From ffa85863add9ff6413dfa190ef2fafb9e4cb6f22 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 11 Jan 2011 01:14:20 +0000 Subject: [PATCH] Work in progress bep file for cyassl-1.8.0, need to unzip the source with -a option to fix line endings issue. Perhaps this feature could be added into Haikuporter? --- dev-libs/cyassl/cyassl-1.8.0.bep | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dev-libs/cyassl/cyassl-1.8.0.bep diff --git a/dev-libs/cyassl/cyassl-1.8.0.bep b/dev-libs/cyassl/cyassl-1.8.0.bep new file mode 100644 index 000000000..df060ddea --- /dev/null +++ b/dev-libs/cyassl/cyassl-1.8.0.bep @@ -0,0 +1,34 @@ +DESCRIPTION="lightweight yet fully functional embedded SSL implementation" +HOMEPAGE="http://yassl.com" +SRC_URI="http://yassl.com/cyassl-1.8.0.zip" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="d2ce70ffe04b6603eeb630258e236a58" +BUILD { + cd cyassl-1.8.0 + 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.8.0 + make install +} + +TEST { + cd cyassl-1.8.0 + make check + cd testsuite + testsuite +} + +LICENSE="GNU GPL v2" +COPYRIGHT="2006-2011 Sawtooth Consulting Ltd."