summaryrefslogtreecommitdiffstats
path: root/base/nettle/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:49:14 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:49:14 +0200
commit5e201436c1b49297d7b9b6fa08a6453d63ec07c3 (patch)
treeb314d21322baf6a1d6db41e2c62e4f4db653e8a4 /base/nettle/Pkgfile
parent0dbc713fc2613db965e91838e6c9bda61eb46e9f (diff)
downloadnutyx-pakxe-5e201436c1b49297d7b9b6fa08a6453d63ec07c3.tar.gz
nutyx-pakxe-5e201436c1b49297d7b9b6fa08a6453d63ec07c3.tar.bz2
nutyx-pakxe-5e201436c1b49297d7b9b6fa08a6453d63ec07c3.tar.xz
nutyx-pakxe-5e201436c1b49297d7b9b6fa08a6453d63ec07c3.zip
nettle dans extra
Diffstat (limited to 'base/nettle/Pkgfile')
-rw-r--r--base/nettle/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/nettle/Pkgfile b/base/nettle/Pkgfile
deleted file mode 100644
index 5ed0b8a2c..000000000
--- a/base/nettle/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Librairie de cryptogriphie bas niveau
-# URL: http://www.lysator.liu.se/~nisse/nettle/
-# Packager: tnut at nutyx dot com
-# Maintainer: NuTyX core team
-
-name=nettle
-version=2.1
-release=1
-source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$name-$version.tar.gz)
-build() {
-cd $name-$version
-./configure --prefix=/usr \
- --libdir=/usr/lib \
- --enable-shared \
- --disable-static
-make
-make DESTDIR=$PKG install
-rm -f $PKG/usr/lib/{libhogweed,libnettle}.a
-}