mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .hpb file for openssl, this can be used for testing hpkgbuild
This commit is contained in:
20
dev-libs/openssl/openssl-1.0.0c.hpb
Normal file
20
dev-libs/openssl/openssl-1.0.0c.hpb
Normal 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."
|
||||
Reference in New Issue
Block a user