# Contributor: Michael Mason # Maintainer: Natanael Copa pkgname=cvs pkgver=1.12.13 pkgrel=1 pkgdesc="Concurrent Versions System" url="http://www.nongnu.org/cvs/" arch="all" license="GPL" depends="" makedepends="zlib-dev" install= subpackages="$pkgname-doc" source="http://ftp.gnu.org/non-gnu/cvs/source/feature/$pkgver/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-external-zlib \ --with-tmpdir=/tmp \ || return 1 make || return 1 } package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install } md5sums="7a71a2e7a64973ecf255965956a1d338 cvs-1.12.13.tar.gz"