[arch-commits] Commit in libnl/repos (4 files)
Allan McRae
allan at archlinux.org
Thu Feb 23 13:54:03 UTC 2012
Date: Thursday, February 23, 2012 @ 08:54:02
Author: allan
Revision: 150892
db-move: moved libnl from [testing] to [core] (x86_64)
Added:
libnl/repos/core-x86_64/PKGBUILD
(from rev 150886, libnl/repos/testing-x86_64/PKGBUILD)
Deleted:
libnl/repos/core-x86_64/PKGBUILD
libnl/repos/core-x86_64/fix-compilation.patch
libnl/repos/testing-x86_64/
-----------------------+
PKGBUILD | 59 +++++++++++++++++++++++++-----------------------
fix-compilation.patch | 10 --------
2 files changed, 31 insertions(+), 38 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2012-02-23 13:53:59 UTC (rev 150891)
+++ core-x86_64/PKGBUILD 2012-02-23 13:54:02 UTC (rev 150892)
@@ -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-x86_64/PKGBUILD (from rev 150886, libnl/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2012-02-23 13:54:02 UTC (rev 150892)
@@ -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-x86_64/fix-compilation.patch
===================================================================
--- core-x86_64/fix-compilation.patch 2012-02-23 13:53:59 UTC (rev 150891)
+++ core-x86_64/fix-compilation.patch 2012-02-23 13:54:02 UTC (rev 150892)
@@ -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