Files
haikuports/dev-util/cvs/cvs-1.12.13.bep

18 lines
381 B
Plaintext

DESCRIPTION="CVS is a version control system"
HOMEPAGE="http://www.nongnu.org/cvs/"
SRC_URI="http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd cvs-1.12.13
libtoolize --force --copy --install
./configure --prefix=/boot/common --enable-rootcommit
make
}
INSTALL {
cd cvs-1.12.13
make install
}