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

Jan Steffens heftig at archlinux.org
Thu Feb 16 20:41:42 UTC 2012


    Date: Thursday, February 16, 2012 @ 15:41:42
  Author: heftig
Revision: 150314

db-move: moved libnl from [staging] to [testing] (x86_64)

Added:
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
    (from rev 150302, libnl/repos/staging-x86_64/PKGBUILD)
Deleted:
  libnl/repos/staging-x86_64/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 150302, libnl/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-16 20:41:42 UTC (rev 150314)
@@ -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
+}




More information about the arch-commits mailing list