mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
22 lines
525 B
Plaintext
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."
|