cvs: updated to 1.11.23

This commit is contained in:
Antti Nykanen 2008-05-09 21:52:03 +03:00
parent aae53a68e7
commit 38237c6e09
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
f24043a640509aff1aa28871dd345762 cvs-1.11.22.tar.bz2
0213ea514e231559d6ff8f80a34117f0 cvs-1.11.23.tar.bz2

View File

@ -3,15 +3,16 @@
# Maintainer: Antti Nykänen, aon at iki dot fi
name=cvs
version=1.11.22
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 --disable-server
./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}
}