1
0
forked from ports/contrib

cvsps: moved from opt

This commit is contained in:
Moritz Wilhelmy 2010-12-19 19:10:59 +01:00
parent 7cb846cc05
commit 81bd6999cc
3 changed files with 24 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

17
cvsps/Pkgfile Normal file
View File

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