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

Pierre Schmitz pierre at archlinux.org
Sat Sep 10 11:33:32 UTC 2011


    Date: Saturday, September 10, 2011 @ 07:33:31
  Author: pierre
Revision: 137671

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libnl/repos/testing-i686/
  libnl/repos/testing-i686/PKGBUILD
    (from rev 137670, libnl/trunk/PKGBUILD)
  libnl/repos/testing-i686/fix-compilation.patch
    (from rev 137670, libnl/trunk/fix-compilation.patch)
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
    (from rev 137670, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/fix-compilation.patch
    (from rev 137670, libnl/trunk/fix-compilation.patch)

--------------------------------------+
 testing-i686/PKGBUILD                |   28 ++++++++++++++++++++++++++++
 testing-i686/fix-compilation.patch   |   10 ++++++++++
 testing-x86_64/PKGBUILD              |   28 ++++++++++++++++++++++++++++
 testing-x86_64/fix-compilation.patch |   10 ++++++++++
 4 files changed, 76 insertions(+)

Copied: libnl/repos/testing-i686/PKGBUILD (from rev 137670, libnl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-10 11:33:31 UTC (rev 137671)
@@ -0,0 +1,28 @@
+# $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/testing-i686/fix-compilation.patch (from rev 137670, libnl/trunk/fix-compilation.patch)
===================================================================
--- testing-i686/fix-compilation.patch	                        (rev 0)
+++ testing-i686/fix-compilation.patch	2011-09-10 11:33:31 UTC (rev 137671)
@@ -0,0 +1,10 @@
+--- 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>

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 137670, libnl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-10 11:33:31 UTC (rev 137671)
@@ -0,0 +1,28 @@
+# $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/testing-x86_64/fix-compilation.patch (from rev 137670, libnl/trunk/fix-compilation.patch)
===================================================================
--- testing-x86_64/fix-compilation.patch	                        (rev 0)
+++ testing-x86_64/fix-compilation.patch	2011-09-10 11:33:31 UTC (rev 137671)
@@ -0,0 +1,10 @@
+--- 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