[arch-commits] Commit in (libmnl libmnl/repos libmnl/trunk libmnl/trunk/PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Wed Jul 23 22:35:27 UTC 2014
Date: Thursday, July 24, 2014 @ 00:35:27
Author: seblu
Revision: 217760
community2extra: Moving libmnl from community to extra
Added:
libmnl/
libmnl/repos/
libmnl/trunk/
libmnl/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: libmnl/trunk/PKGBUILD
===================================================================
--- libmnl/trunk/PKGBUILD (rev 0)
+++ libmnl/trunk/PKGBUILD 2014-07-23 22:35:27 UTC (rev 217760)
@@ -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:
Property changes on: libmnl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list