Actually change the version for cyassl from 1.8.0 to 2.0.2 this time.

This commit is contained in:
Scott McCreary
2012-01-24 20:08:56 +00:00
parent e497f5062a
commit 85cd675be5

View File

@@ -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