mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
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:
@@ -3,7 +3,8 @@ HOMEPAGE="http://www.webdav.org/neon/"
|
||||
SRC_URI="http://www.webdav.org/neon/neon-0.29.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="openssl, libxml2"
|
||||
DEPEND="dev-libs/openssl >= 0.9.8l
|
||||
dev-libs/libxml2 >= 2.7.3"
|
||||
CHECKSUM_MD5="eb4eac0499cb6fced6e3b11e4b720ebb"
|
||||
BUILD {
|
||||
cd neon-0.29.1
|
||||
|
||||
@@ -3,7 +3,8 @@ HOMEPAGE="http://www.webdav.org/neon/"
|
||||
SRC_URI="http://www.webdav.org/neon/neon-0.29.3.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="openssl, libxml2"
|
||||
DEPEND="dev-libs/openssl >= 1.0.0
|
||||
dev-libs/libxml2 >= 2.7.7"
|
||||
CHECKSUM_MD5="ba1015b59c112d44d7797b62fe7bee51"
|
||||
BUILD {
|
||||
cd neon-0.29.3
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE="http://www.openssh.com/"
|
||||
SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.4p1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="openssl"
|
||||
DEPEND="dev-libs/openssl >= 0.9.8l"
|
||||
CHECKSUM_MD5="da10af8a789fa2e83e3635f3a1b76f5e"
|
||||
BUILD {
|
||||
cp ../patches/pathnames-haiku.h openssh-5.4p1/pathnames.h
|
||||
@@ -36,11 +36,7 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd openssh-5.4p1
|
||||
if [ -n ${DESTDIR} ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
fi
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
mkdir -p ${DESTDIR}/boot/common/boot/post_install
|
||||
cp -f $(haikuporter -t)/net-misc/openssh/sshd_keymaker.sh ${DESTDIR}/boot/common/boot/post_install
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE="http://www.openssh.com/"
|
||||
SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.5p1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="openssl"
|
||||
DEPEND="dev-libs/openssl >= 1.0.0"
|
||||
CHECKSUM_MD5="88633408f4cb1eb11ec7e2ec58b519eb"
|
||||
BUILD {
|
||||
cp ../patches/pathnames-haiku.h openssh-5.5p1/pathnames.h
|
||||
@@ -37,11 +37,7 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd openssh-5.5p1
|
||||
if [ -n ${DESTDIR} ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
fi
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
mkdir -p ${DESTDIR}/boot/common/boot/post_install
|
||||
cp -f $(haikuporter -t)/net-misc/openssh/sshd_keymaker.sh ${DESTDIR}/boot/common/boot/post_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user