mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
18 lines
381 B
Plaintext
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
|
|
}
|