cvsps: moved to contrib

This commit is contained in:
Juergen Daubert 2010-12-19 19:14:57 +01:00
parent 1b83463007
commit 54f02e2604
3 changed files with 0 additions and 23 deletions

View File

@ -1,6 +0,0 @@
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

View File

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

View File

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