[arch-commits] Commit in libnl/repos (6 files)
Florian Pritz
bluewind at archlinux.org
Mon Sep 12 20:37:07 UTC 2011
Date: Monday, September 12, 2011 @ 16:37:07
Author: bluewind
Revision: 137935
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libnl/repos/testing-i686/
libnl/repos/testing-i686/PKGBUILD
(from rev 137934, libnl/trunk/PKGBUILD)
libnl/repos/testing-i686/fix-compilation.patch
(from rev 137934, libnl/trunk/fix-compilation.patch)
libnl/repos/testing-x86_64/
libnl/repos/testing-x86_64/PKGBUILD
(from rev 137934, libnl/trunk/PKGBUILD)
libnl/repos/testing-x86_64/fix-compilation.patch
(from rev 137934, libnl/trunk/fix-compilation.patch)
--------------------------------------+
testing-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
testing-i686/fix-compilation.patch | 10 ++++++++++
testing-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
testing-x86_64/fix-compilation.patch | 10 ++++++++++
4 files changed, 72 insertions(+)
Copied: libnl/repos/testing-i686/PKGBUILD (from rev 137934, libnl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-12 20:37:07 UTC (rev 137935)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl
+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')
+makedepends=(python2)
+source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3bca9af3367d1561c274a0e46edc1ea2')
+
+build() {
+ cd ${srcdir}/libnl-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd ${srcdir}/libnl-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Copied: libnl/repos/testing-i686/fix-compilation.patch (from rev 137934, libnl/trunk/fix-compilation.patch)
===================================================================
--- testing-i686/fix-compilation.patch (rev 0)
+++ testing-i686/fix-compilation.patch 2011-09-12 20:37:07 UTC (rev 137935)
@@ -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 137934, libnl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-12 20:37:07 UTC (rev 137935)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl
+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')
+makedepends=(python2)
+source=("http://www.infradead.org/~tgr/libnl/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3bca9af3367d1561c274a0e46edc1ea2')
+
+build() {
+ cd ${srcdir}/libnl-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd ${srcdir}/libnl-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Copied: libnl/repos/testing-x86_64/fix-compilation.patch (from rev 137934, libnl/trunk/fix-compilation.patch)
===================================================================
--- testing-x86_64/fix-compilation.patch (rev 0)
+++ testing-x86_64/fix-compilation.patch 2011-09-12 20:37:07 UTC (rev 137935)
@@ -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