[arch-commits] Commit in nettle/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Thu Jan 17 18:26:02 UTC 2013
Date: Thursday, January 17, 2013 @ 13:26:02
Author: andyrtr
Revision: 175511
upgpkg: nettle 2.6-1
upstream update 2.6
Modified:
nettle/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-01-17 17:10:19 UTC (rev 175510)
+++ PKGBUILD 2013-01-17 18:26:02 UTC (rev 175511)
@@ -3,7 +3,7 @@
# Contributor: bender02 at gmx dot com
pkgname=nettle
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="A low-level cryptographic library"
arch=('i686' 'x86_64')
@@ -12,13 +12,12 @@
install=$pkgname.install
depends=('gmp')
source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
-md5sums=('d66882e6ad31a9f651b73d7a1a93bd4c')
+md5sums=('02f76b668855c4da67186c04cd3a222f')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --libdir=/usr/lib \
- --enable-shared \
- --disable-static # <-- seems not working now
+ --enable-shared
make
}
@@ -31,6 +30,6 @@
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
- # remove static libs
+ # remove static libs #--disable-static - build would break (since nettle 2.6) - and had no effect before
rm -f ${pkgdir}/usr/lib/{libhogweed,libnettle}.a
}
More information about the arch-commits
mailing list