[arch-commits] Commit in libnl/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Mon Sep 12 20:36:18 UTC 2011
Date: Monday, September 12, 2011 @ 16:36:18
Author: bluewind
Revision: 137934
upstream update; new patch; libnl3.1 fix
upgpkg: libnl 3.1-1
Modified:
libnl/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-12 17:11:00 UTC (rev 137933)
+++ PKGBUILD 2011-09-12 20:36:18 UTC (rev 137934)
@@ -3,22 +3,20 @@
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=libnl
-pkgver=1.1
-pkgrel=3
+pkgver=3.1
+pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets"
arch=('i686' 'x86_64')
url="http://www.infradead.org/~tgr/libnl/"
license=('GPL')
depends=('glibc')
-source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz"
- 'fix-compilation.patch')
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
+makedepends=(python2)
+source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3bca9af3367d1561c274a0e46edc1ea2')
build() {
cd ${srcdir}/libnl-${pkgver}
- patch -Np1 -i ${srcdir}/fix-compilation.patch
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}
More information about the arch-commits
mailing list