[arch-commits] Commit in libnl/repos (4 files)

Allan McRae allan at archlinux.org
Thu Feb 23 13:54:00 UTC 2012


    Date: Thursday, February 23, 2012 @ 08:53:59
  Author: allan
Revision: 150891

db-move: moved libnl from [testing] to [core] (i686)

Added:
  libnl/repos/core-i686/PKGBUILD
    (from rev 150886, libnl/repos/testing-i686/PKGBUILD)
Deleted:
  libnl/repos/core-i686/PKGBUILD
  libnl/repos/core-i686/fix-compilation.patch
  libnl/repos/testing-i686/

-----------------------+
 PKGBUILD              |   59 +++++++++++++++++++++++++-----------------------
 fix-compilation.patch |   10 --------
 2 files changed, 31 insertions(+), 38 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-02-23 13:53:57 UTC (rev 150890)
+++ core-i686/PKGBUILD	2012-02-23 13:53:59 UTC (rev 150891)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libnl
-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')
-source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz"
-        'fix-compilation.patch')
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
-         'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
-  cd ${srcdir}/libnl-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-compilation.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libnl-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libnl/repos/core-i686/PKGBUILD (from rev 150886, libnl/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-02-23 13:53:59 UTC (rev 150891)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl
+pkgver=3.2.7
+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)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+md5sums=('6a233a9dffa0ee3a7f6110c95c5410ab')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: core-i686/fix-compilation.patch
===================================================================
--- core-i686/fix-compilation.patch	2012-02-23 13:53:57 UTC (rev 150890)
+++ core-i686/fix-compilation.patch	2012-02-23 13:53:59 UTC (rev 150891)
@@ -1,10 +0,0 @@
---- libnl-1.1.orig/include/netlink-local.h	2008-01-14 16:48:45.000000000 +0100
-+++ libnl-1.1/include/netlink-local.h	2009-06-26 11:15:33.186011844 +0200
-@@ -26,6 +26,7 @@
- #include <sys/socket.h>
- #include <inttypes.h>
- #include <assert.h>
-+#include <limits.h>
- 
- #include <arpa/inet.h>
- #include <netdb.h>




More information about the arch-commits mailing list