[arch-commits] Commit in (4 files)
Sébastien Luttringer
seblu at archlinux.org
Wed Jul 23 22:48:07 UTC 2014
Date: Thursday, July 24, 2014 @ 00:48:07
Author: seblu
Revision: 217776
community2extra: Moving libnetfilter_cthelper from community to extra
Added:
libnetfilter_cthelper/
libnetfilter_cthelper/repos/
libnetfilter_cthelper/trunk/
libnetfilter_cthelper/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: libnetfilter_cthelper/trunk/PKGBUILD
===================================================================
--- libnetfilter_cthelper/trunk/PKGBUILD (rev 0)
+++ libnetfilter_cthelper/trunk/PKGBUILD 2014-07-23 22:48:07 UTC (rev 217776)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+
+pkgname=libnetfilter_cthelper
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Library for the connection tracking helper infrastructure'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libnetfilter_cthelper/'
+license=('GPL2')
+depends=('libmnl')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('b2efab1a3a198a5add448960ba011acd')
+
+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: libnetfilter_cthelper/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list