33 lines
759 B
Text
Executable file
33 lines
759 B
Text
Executable file
app=gnutls
|
|
version=3.6.16
|
|
build=1sml
|
|
homepage="https://www.gnutls.org/"
|
|
download="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-$version.tar.xz"
|
|
desc="GNU TLS 1.0 and SSL 3.0 implementation"
|
|
requires="gcc-libs zlib gmp libidn libtasn1 nettle openssl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-openssl-compatibility \
|
|
--disable-static \
|
|
--without-p11-kit
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp LICENSE* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
72c78d7fcb024393c1d15f2a1856608ae4460ba43cc5bbbb4c29b80508cae6cb822df4638029de2363437d110187e0a3cc19a7288c3b2f44b2f648399a028438 gnutls-3.6.16.tar.xz
|
|
"
|