cvsps: new port

This commit is contained in:
Antti Nykanen 2009-05-02 03:01:25 +03:00
parent 24d9648616
commit 526d574c1d
3 changed files with 23 additions and 0 deletions

6
cvsps/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cvsps
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cvsps.1.gz

1
cvsps/.md5sum Normal file
View File

@ -0,0 +1 @@
bde2110ed9f5d14de8f8cb04e9d596fe cvsps-2.1.tar.gz

16
cvsps/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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
}