Files
haikuports/dev-vcs/cvs/cvs-1.12.13.1.bep
2010-07-20 04:41:26 +00:00

22 lines
525 B
Plaintext

DESCRIPTION="CVS is a version control system"
HOMEPAGE="http://www.nongnu.org/cvs/"
SRC_URI="http://www.haiku-ports.de/packages/dev-util/cvs/sources/cvs-1.12.13.1.tar.bz2"
CHECKSUM_MD5="cfd07b224956daaed53fb3063bece1bf"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cvs-1.12.13.1
libtoolize --force --copy --install
./configure --prefix=/boot/common --enable-rootcommit
make
}
INSTALL {
cd cvs-1.12.13.1
make install
}
LICENSE="GNU GPL v1
GNU LGPL v2"
COPYRIGHT="1986-2005 Free Software Foundation, Inc."