[arch-commits] Commit in libnl1/repos (6 files)
Eric Bélanger
eric at nymeria.archlinux.org
Tue Apr 16 05:29:35 UTC 2013
Date: Tuesday, April 16, 2013 @ 07:29:35
Author: eric
Revision: 182913
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libnl1/repos/extra-i686/PKGBUILD
(from rev 182912, libnl1/trunk/PKGBUILD)
libnl1/repos/extra-x86_64/PKGBUILD
(from rev 182912, libnl1/trunk/PKGBUILD)
Deleted:
libnl1/repos/extra-i686/PKGBUILD
libnl1/repos/extra-i686/fix-compilation.patch
libnl1/repos/extra-x86_64/PKGBUILD
libnl1/repos/extra-x86_64/fix-compilation.patch
------------------------------------+
/PKGBUILD | 52 +++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 28 ------------------
extra-i686/fix-compilation.patch | 10 ------
extra-x86_64/PKGBUILD | 28 ------------------
extra-x86_64/fix-compilation.patch | 10 ------
5 files changed, 52 insertions(+), 76 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-04-16 05:28:50 UTC (rev 182912)
+++ extra-i686/PKGBUILD 2013-04-16 05:29:35 UTC (rev 182913)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libnl1
-pkgver=1.1
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
-arch=('i686' 'x86_64')
-url="http://www.infradead.org/~tgr/libnl/"
-license=('GPL')
-depends=('glibc')
-source=("http://www.infradead.org/~tgr/libnl/files/libnl-${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: libnl1/repos/extra-i686/PKGBUILD (from rev 182912, libnl1/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-16 05:29:35 UTC (rev 182913)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl1
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
+arch=('i686' 'x86_64')
+url="http://www.infradead.org/~tgr/libnl/"
+license=('GPL')
+depends=('glibc')
+options=('!staticlibs')
+source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")
+md5sums=('4e4fa2197f4412b20c2952325d674b12')
+
+build() {
+ cd libnl-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd libnl-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/fix-compilation.patch
===================================================================
--- extra-i686/fix-compilation.patch 2013-04-16 05:28:50 UTC (rev 182912)
+++ extra-i686/fix-compilation.patch 2013-04-16 05:29:35 UTC (rev 182913)
@@ -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>
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-04-16 05:28:50 UTC (rev 182912)
+++ extra-x86_64/PKGBUILD 2013-04-16 05:29:35 UTC (rev 182913)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libnl1
-pkgver=1.1
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
-arch=('i686' 'x86_64')
-url="http://www.infradead.org/~tgr/libnl/"
-license=('GPL')
-depends=('glibc')
-source=("http://www.infradead.org/~tgr/libnl/files/libnl-${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: libnl1/repos/extra-x86_64/PKGBUILD (from rev 182912, libnl1/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-04-16 05:29:35 UTC (rev 182913)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libnl1
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
+arch=('i686' 'x86_64')
+url="http://www.infradead.org/~tgr/libnl/"
+license=('GPL')
+depends=('glibc')
+options=('!staticlibs')
+source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")
+md5sums=('4e4fa2197f4412b20c2952325d674b12')
+
+build() {
+ cd libnl-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd libnl-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/fix-compilation.patch
===================================================================
--- extra-x86_64/fix-compilation.patch 2013-04-16 05:28:50 UTC (rev 182912)
+++ extra-x86_64/fix-compilation.patch 2013-04-16 05:29:35 UTC (rev 182913)
@@ -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