mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Update cyassl to 2.5.0, note that it's failing to build at least with gcc2, marked as broken.
This commit is contained in:
36
dev-libs/cyassl/cyassl-2.5.0.bep
Normal file
36
dev-libs/cyassl/cyassl-2.5.0.bep
Normal file
@@ -0,0 +1,36 @@
|
||||
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
||||
HOMEPAGE="http://yassl.com"
|
||||
SRC_URI="http://yassl.com/cyassl-2.5.0.zip"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="app-text/dos2unix >= 1.0"
|
||||
CHECKSUM_MD5="8965fb76f89af827ace53e423453b7cd"
|
||||
BUILD {
|
||||
cd cyassl-2.5.0
|
||||
dos2unix *
|
||||
dos2unix include/*
|
||||
dos2unix ctaocrypt/include/*
|
||||
dos2unix ctaocrypt/src/*
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
chmod 755 configure
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd cyassl-2.5.0
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd cyassl-2.5.0
|
||||
make check
|
||||
cd testsuite
|
||||
testsuite
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2006-2013 Sawtooth Consulting Ltd."
|
||||
Reference in New Issue
Block a user