[arch-commits] Commit in libnl/repos (5 files)
Pierre Schmitz
pierre at archlinux.org
Sun Sep 11 08:35:22 UTC 2011
Date: Sunday, September 11, 2011 @ 04:35:21
Author: pierre
Revision: 137795
db-move: moved libnl from [testing] to [core] (x86_64)
Added:
libnl/repos/core-x86_64/PKGBUILD
(from rev 137793, libnl/repos/testing-x86_64/PKGBUILD)
libnl/repos/core-x86_64/fix-compilation.patch
(from rev 137793, libnl/repos/testing-x86_64/fix-compilation.patch)
Deleted:
libnl/repos/core-x86_64/PKGBUILD
libnl/repos/core-x86_64/fix-compilation.patch
libnl/repos/testing-x86_64/
-----------------------+
PKGBUILD | 56 ++++++++++++++++++++++++------------------------
fix-compilation.patch | 20 ++++++++---------
2 files changed, 38 insertions(+), 38 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2011-09-11 08:35:21 UTC (rev 137794)
+++ core-x86_64/PKGBUILD 2011-09-11 08:35:21 UTC (rev 137795)
@@ -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=2
-pkgdesc="Library for applications dealing with netlink sockets"
-arch=('i686' 'x86_64')
-url="http://www.infradead.org/~tgr/libnl/"
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/libnl/${pkgname}-${pkgver}.tar.gz
- fix-compilation.patch)
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
- 'e1f5e82c8aa1b3ad025c7b588178de1e')
-
-build() {
- cd ${srcdir}/libnl-${pkgver}
- patch -Np1 -i ${srcdir}/fix-compilation.patch || return 1
- ./configure --prefix=/usr || return 1
- make || return 1
-}
-
-package() {
- cd ${srcdir}/libnl-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
-}
Copied: libnl/repos/core-x86_64/PKGBUILD (from rev 137793, libnl/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2011-09-11 08:35:21 UTC (rev 137795)
@@ -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
+}
Deleted: core-x86_64/fix-compilation.patch
===================================================================
--- core-x86_64/fix-compilation.patch 2011-09-11 08:35:21 UTC (rev 137794)
+++ core-x86_64/fix-compilation.patch 2011-09-11 08:35:21 UTC (rev 137795)
@@ -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>
Copied: libnl/repos/core-x86_64/fix-compilation.patch (from rev 137793, libnl/repos/testing-x86_64/fix-compilation.patch)
===================================================================
--- core-x86_64/fix-compilation.patch (rev 0)
+++ core-x86_64/fix-compilation.patch 2011-09-11 08:35:21 UTC (rev 137795)
@@ -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