Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki.

This commit is contained in:
Chris Roberts
2010-04-27 01:15:54 +00:00
parent c86fe80720
commit 2314c1cc85
42 changed files with 82 additions and 77 deletions

View File

@@ -4,7 +4,7 @@ SRC_URI="http://apache.multihomed.net/apr/apr-util-1.3.9.tar.gz"
CHECKSUM_MD5="cc2ec0ba4f01d88375f1170f762518fa"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="apr"
DEPEND="dev-libs/apr >= 1.3.9"
BUILD {
cd apr-util-1.3.9
rm -rf aclocal.m4

View File

@@ -3,7 +3,8 @@ HOMEPAGE="http://www.gnu.org/software/libunistring/"
SRC_URI="http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.1.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/git, dev-util/gperf"
DEPEND="dev-util/git >= 1.6.5.3
dev-util/gperf >= 3.0.4"
BUILD {
cd libunistring-0.9.1.1
libtoolize --copy --force --install

View File

@@ -4,7 +4,7 @@ SRC_URI="http://www.openssl.org/source/openssl-0.9.8m.tar.gz"
CHECKSUM_MD5="898bf125370926d5f692a2201124f8ec"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="zlib"
DEPEND="sys-libs/zlib >= 1.2.3"
BUILD {
cd openssl-0.9.8m
config --prefix=/boot/common zlib shared

View File

@@ -4,7 +4,7 @@ SRC_URI="http://www.openssl.org/source/openssl-1.0.0.tar.gz"
CHECKSUM_MD5="89eaa86e25b2845f920ec00ae4c864ed"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="zlib"
DEPEND="sys-libs/zlib >= 1.2.3"
BUILD {
cd openssl-1.0.0
config --prefix=/boot/common zlib shared
@@ -13,10 +13,5 @@ BUILD {
INSTALL {
cd openssl-1.0.0
if [ -n "${DESTDIR}" ];then
make install INSTALL_PREFIX="${DESTDIR}"
else
make install
fi
make install INSTALL_PREFIX="${DESTDIR}"
}