cvs: moved to contrib

This commit is contained in:
Juergen Daubert 2010-12-19 19:14:29 +01:00
parent 8c12899d3f
commit 1b83463007
3 changed files with 0 additions and 27 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cvs
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cvs.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/cvs.5.gz

View File

@ -1 +0,0 @@
0213ea514e231559d6ff8f80a34117f0 cvs-1.11.23.tar.bz2

View File

@ -1,18 +0,0 @@
# Description: Concurrent Versions System
# URL: https://www.cvshome.org/
# Maintainer: Antti Nykanen, aon at iki dot fi
name=cvs
version=1.11.23
release=1
source=(http://ftp.gnu.org/gnu/non-gnu/cvs/source/stable/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-server
make
make DESTDIR=$PKG install
make -C man DESTDIR=$PKG install-man
rm -rf $PKG/usr/{share,info,man/man8} \
$PKG/usr/bin/{cvsbug,rcs2log}
}