Files
haikuports/dev-libs/openssl/openssl-0.9.8l.bep
2010-05-16 19:28:03 +00:00

21 lines
421 B
Plaintext

DESCRIPTION="openssl"
HOMEPAGE="http://www.openssl.org/"
SRC_URI="http://www.openssl.org/source/openssl-0.9.8l.tar.gz"
CHECKSUM_MD5="05a0ece1372392a2cf310ebb96333025"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd openssl-0.9.8l
config --prefix=/boot/common zlib shared
make
}
INSTALL {
cd openssl-0.9.8l
make install
}
LICENSE="OpenSSL"
COPYRIGHT="1995-1998 Eric Young
1998-2010 The OpenSSL Project."