mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
cvs-1.12.13.1.bep: Update for building hpkg
Also replace the source URI, which didn't work for me.
This commit is contained in:
@@ -1,21 +1,34 @@
|
||||
DESCRIPTION="CVS is a version control system"
|
||||
SUMMARY="Concurrent Versions System"
|
||||
DESCRIPTION="CVS is a version control system."
|
||||
HOMEPAGE="http://www.nongnu.org/cvs/"
|
||||
SRC_URI="http://ftp.nctu.edu.tw/GNU/non-gnu/cvs/source/nightly-snapshots/feature/cvs-1.12.13.1.tar.bz2"
|
||||
SRC_URI="ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/cvs-1.12.13.1.tar.bz2"
|
||||
CHECKSUM_MD5="cfd07b224956daaed53fb3063bece1bf"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
PROVIDES="cvs = $portVersion compat >= 1.12
|
||||
cmd:cvs = $portVersion compat >= 1.12"
|
||||
REQUIRES="haiku-devel >= $haikuVersion
|
||||
zlib >= 1.1.4"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
cmd:make"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD {
|
||||
cd cvs-1.12.13.1
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=/boot/common --enable-rootcommit
|
||||
./configure $configureDirArgs --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."
|
||||
|
||||
Reference in New Issue
Block a user