mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Moved cvs patch to patches directory, adding in .bep files for cvs and git, allow both are currently broken, and will need some more testing to get working correctly. Marked as broken.
This commit is contained in:
17
dev-util/cvs/cvs-1.12.13.bep
Normal file
17
dev-util/cvs/cvs-1.12.13.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user