contrib/cvsps/Pkgfile

18 lines
407 B
Plaintext
Raw Normal View History

2010-12-19 19:10:59 +01:00
# Description: CVS patchset generator
# URL: http://www.cobite.com/cvsps/
# Maintainer: Moritz Wilhelmy, moritz plus crux at wzff dot de
# Packager: Antti Nykanen, aon at iki dot fi
# Depends on:
name=cvsps
version=2.1
release=1
source=(http://www.cobite.com/$name/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's:share/man:man:g' Makefile
make
make prefix=$PKG/usr install
}