mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
35 lines
641 B
Plaintext
35 lines
641 B
Plaintext
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
|
HOMEPAGE="http://yassl.com"
|
|
SRC_URI="http://yassl.com/cyassl-1.6.5.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="98c2c6350acf1d089756a1de9ccb9903"
|
|
BUILD {
|
|
cd cyassl-1.6.5
|
|
libtoolize --force --copy --install
|
|
rm acinclude.m4
|
|
rm aclocal.m4
|
|
aclocal
|
|
autoconf
|
|
chmod 755 configure
|
|
automake
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd cyassl-1.6.5
|
|
make install
|
|
}
|
|
|
|
TEST {
|
|
cd cyassl-1.6.5
|
|
make check
|
|
cd testsuite
|
|
testsuite
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2006-2010 Sawtooth Consulting Ltd."
|