summaryrefslogtreecommitdiffstats
path: root/abs/core/libnl
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:53:03 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:03 (GMT)
commitaeeb1750810cd85ef5a1373e97de811aba59a1e9 (patch)
treedea5ae3d80ed7a438ff7ca01608ed2175fac9edf /abs/core/libnl
parent57da00f1efeef15771c989ac7884d43aa903efea (diff)
downloadlinhes_pkgbuild-aeeb1750810cd85ef5a1373e97de811aba59a1e9.zip
linhes_pkgbuild-aeeb1750810cd85ef5a1373e97de811aba59a1e9.tar.gz
linhes_pkgbuild-aeeb1750810cd85ef5a1373e97de811aba59a1e9.tar.bz2
krb5, libatasmart, libcap, ligbusb, linl, libsasl, lighttpd:
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/libnl')
-rw-r--r--abs/core/libnl/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/core/libnl/PKGBUILD b/abs/core/libnl/PKGBUILD
index da91aed..54273db 100644
--- a/abs/core/libnl/PKGBUILD
+++ b/abs/core/libnl/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 162745 2012-06-29 11:46:12Z thomas $
+# $Id: PKGBUILD 200720 2013-12-03 10:31:08Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=libnl
-pkgver=3.2.11
+pkgver=3.2.23
pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets"
arch=(i686 x86_64)
@@ -10,12 +10,11 @@ url="http://www.infradead.org/~tgr/libnl/"
license=(GPL)
depends=(glibc)
backup=(etc/libnl/classid etc/libnl/pktloc)
-options=(!libtool)
source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d')
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir"/$pkgname-$pkgver
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -25,6 +24,6 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}