opt/cvsps/Pkgfile

17 lines
334 B
Plaintext
Raw Normal View History

2009-05-02 02:01:25 +02:00
# Description: CVS patchset generator
# URL: http://www.cobite.com/cvsps/
# Maintainer: 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
}