summaryrefslogtreecommitdiffstats
path: root/gnutls/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 18:14:50 +0000
committerpiernov <piernov@piernov.org>2012-05-13 18:14:50 +0000
commitbcb8b37c33b536e3401202c4f88d0c5d76b6a832 (patch)
treeb6393271a6283990d9698cf91bd659e0d8bceec2 /gnutls/Pkgfile
parent21cee518ab6ca44917cc3597ba30f8db25098af1 (diff)
downloadnutyx-pakxe-bcb8b37c33b536e3401202c4f88d0c5d76b6a832.tar.gz
nutyx-pakxe-bcb8b37c33b536e3401202c4f88d0c5d76b6a832.tar.bz2
nutyx-pakxe-bcb8b37c33b536e3401202c4f88d0c5d76b6a832.tar.xz
nutyx-pakxe-bcb8b37c33b536e3401202c4f88d0c5d76b6a832.zip
Revert "gnutls, ajout"
This reverts commit 7fb56f28a41839135cfafa242bdd7bf466d0390f.
Diffstat (limited to 'gnutls/Pkgfile')
-rw-r--r--gnutls/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnutls/Pkgfile b/gnutls/Pkgfile
deleted file mode 100644
index 50011630f..000000000
--- a/gnutls/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}
-