[arch-commits] Commit in libnl/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Mon Sep 12 20:44:01 UTC 2011


    Date: Monday, September 12, 2011 @ 16:44:01
  Author: bluewind
Revision: 137938

revert update to 3.1

Modified:
  libnl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-12 20:41:15 UTC (rev 137937)
+++ PKGBUILD	2011-09-12 20:44:01 UTC (rev 137938)
@@ -3,20 +3,22 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libnl
-pkgver=3.1
-pkgrel=1
+pkgver=1.1
+pkgrel=3
 pkgdesc="Library for applications dealing with netlink sockets"
 arch=('i686' 'x86_64')
 url="http://www.infradead.org/~tgr/libnl/"
 license=('GPL')
 depends=('glibc')
-makedepends=(python2)
-source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3bca9af3367d1561c274a0e46edc1ea2')
+source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz"
+        'fix-compilation.patch')
+md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
+         'e1f5e82c8aa1b3ad025c7b588178de1e')
 
 build() {
   cd ${srcdir}/libnl-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
+  patch -Np1 -i ${srcdir}/fix-compilation.patch
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list