[arch-commits] Commit in libmnl/repos (4 files)

Sébastien Luttringer seblu at archlinux.org
Wed Jul 23 22:35:47 UTC 2014


    Date: Thursday, July 24, 2014 @ 00:35:47
  Author: seblu
Revision: 217761

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

Added:
  libmnl/repos/extra-i686/
  libmnl/repos/extra-i686/PKGBUILD
    (from rev 217760, libmnl/trunk/PKGBUILD)
  libmnl/repos/extra-x86_64/
  libmnl/repos/extra-x86_64/PKGBUILD
    (from rev 217760, libmnl/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libmnl/repos/extra-i686/PKGBUILD (from rev 217760, libmnl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-23 22:35:47 UTC (rev 217761)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Christian Hesse <mail at earthworm.de>
+
+pkgname=libmnl
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
+sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libmnl/repos/extra-x86_64/PKGBUILD (from rev 217760, libmnl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-23 22:35:47 UTC (rev 217761)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Christian Hesse <mail at earthworm.de>
+
+pkgname=libmnl
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
+sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list