Initial .hpb file for openssl, this can be used for testing hpkgbuild

This commit is contained in:
Scott McCreary
2011-02-10 22:46:26 +00:00
parent 768d85e0c1
commit 74dd2ebae5

View File

@@ -0,0 +1,20 @@
DESCRIPTION="openssl"
HOMEPAGE="http://www.openssl.org/"
SRC_URI="http://www.openssl.org/source/openssl-1.0.0c.tar.gz"
CHECKSUM_MD5="ff8fb85610aef328315a9decbb2712e4"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/zlib >= 1.2.3"
BUILD {
cd openssl-1.0.0c
config --prefix=/boot/common zlib shared
make
}
INSTALL {
cd openssl-1.0.0c
make install INSTALL_PREFIX="${DESTDIR}"
}
LICENSE="OpenSSL"
COPYRIGHT="1995-1998 Eric Young
1998-2010 The OpenSSL Project."