summaryrefslogtreecommitdiff
path: root/nettle/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2011-08-17 11:19:36 +0200
committerJose V Beneyto <sepen@crux.nu>2011-08-17 11:21:27 +0200
commit803b9e87253f5e22475d752af05c36ffb8d4f28a (patch)
treed9a44fcbdcf90f56c7f583d0a23d250242898711 /nettle/Pkgfile
parent0604d050ff07f7772f119336f5e8e48cf26c4358 (diff)
downloadopt-803b9e87253f5e22475d752af05c36ffb8d4f28a.tar.gz
opt-803b9e87253f5e22475d752af05c36ffb8d4f28a.tar.xz
nettle: fixed libdir
Diffstat (limited to 'nettle/Pkgfile')
-rw-r--r--nettle/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nettle/Pkgfile b/nettle/Pkgfile
index cd02a9e14..f6d3c8e0e 100644
--- a/nettle/Pkgfile
+++ b/nettle/Pkgfile
@@ -6,13 +6,14 @@
name=nettle
version=2.2
-release=1
+release=2
source=(http://www.lysator.liu.se/~nisse/archive/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib
make
make DESTDIR=$PKG install

Generated by cgit