* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,36 @@
SUMMARY="Concurrent Versions System"
DESCRIPTION="CVS is a version control system."
HOMEPAGE="http://www.nongnu.org/cvs/"
SRC_URI="ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/cvs-1.12.13.1.tar.bz2"
CHECKSUM_MD5="cfd07b224956daaed53fb3063bece1bf"
REVISION="2"
STATUS_HAIKU="stable"
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()
{
libtoolize --force --copy --install
./configure $configureDirArgs --enable-rootcommit
make
}
INSTALL()
{
make install
}
LICENSE="GNU GPL v1
GNU LGPL v2"
COPYRIGHT="1986-2005 Free Software Foundation, Inc."