diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:56:10 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:56:10 +0200 |
commit | 7fb56f28a41839135cfafa242bdd7bf466d0390f (patch) | |
tree | 9f56b9416c86e0ca0f5363593f562b43a56190e7 /gnutls/Pkgfile | |
parent | 5aa414c4c2f86cfdcc25a3e151092baa3a44c236 (diff) | |
download | nutyx-pakxe-7fb56f28a41839135cfafa242bdd7bf466d0390f.tar.gz nutyx-pakxe-7fb56f28a41839135cfafa242bdd7bf466d0390f.tar.bz2 nutyx-pakxe-7fb56f28a41839135cfafa242bdd7bf466d0390f.tar.xz nutyx-pakxe-7fb56f28a41839135cfafa242bdd7bf466d0390f.zip |
gnutls, ajout
Diffstat (limited to 'gnutls/Pkgfile')
-rw-r--r-- | gnutls/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile new file mode 100644 index 000000000..50011630f --- /dev/null +++ b/gnutls/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie fournissant une couche de securite aux dessus d'une couche de transport +# URL: http://www.gnu.org/software/gnutls/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libgcrypt, lzo, libtasn1, nettle, p11-kit +# Run on: libgcrypt,lzo,libtasn1,nettle,p11-kit + +name=gnutls +version=2.12.11 +release=1 +source=(ftp://ftp.gnutls.org/pub/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --with-zlib \ + --disable-guile + make + make DESTDIR=$PKG install + rm $PKG/usr/share/info/dir +} + |