Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (show annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 534 byte(s)
importing opt
1 # Description: Concurrent Versions System
2 # URL: https://www.cvshome.org/
3 # Maintainer: Antti Nykänen, aon at iki dot fi
4 # PPC!=upstream: cvs driver for ports is needed for crux-ppc
5
6 name=cvs
7 version=1.11.23
8 release=1
9 source=(http://ftp.gnu.org/gnu/non-gnu/cvs/source/stable/$version/$name-$version.tar.bz2)
10
11 build() {
12 cd $name-$version
13 ./configure --prefix=/usr --disable-server --mandir=/usr/man
14 make
15 make DESTDIR=$PKG install
16 rm -rf $PKG/usr/{share,info,man/man8} \
17 $PKG/usr/bin/{cvsbug,rcs2log}
18 }