mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Actually change the version for cyassl from 1.8.0 to 2.0.2 this time.
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
DESCRIPTION="lightweight yet fully functional embedded SSL implementation"
|
||||
HOMEPAGE="http://yassl.com"
|
||||
SRC_URI="http://yassl.com/cyassl-1.8.0.zip"
|
||||
SRC_URI="http://yassl.com/cyassl-2.0.2.zip"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="app-text/dos2unix >= 1.0"
|
||||
CHECKSUM_MD5="d2ce70ffe04b6603eeb630258e236a58"
|
||||
CHECKSUM_MD5="2f51752207132c161155508eeb517e38"
|
||||
BUILD {
|
||||
cd cyassl-1.8.0
|
||||
cd cyassl-2.0.2
|
||||
dos2unix *
|
||||
dos2unix include/*
|
||||
dos2unix ctaocrypt/include/*
|
||||
dos2unix ctaocrypt/src/*
|
||||
libtoolize --force --copy --install
|
||||
rm acinclude.m4
|
||||
rm aclocal.m4
|
||||
aclocal
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
chmod 755 configure
|
||||
automake
|
||||
@@ -23,12 +21,12 @@ BUILD {
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd cyassl-1.8.0
|
||||
cd cyassl-2.0.2
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd cyassl-1.8.0
|
||||
cd cyassl-2.0.2
|
||||
make check
|
||||
cd testsuite
|
||||
testsuite
|
||||
|
||||
Reference in New Issue
Block a user