summaryrefslogtreecommitdiff
path: root/ipset
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-01-07 17:01:01 +1100
committerDanny Rawlins <monster.romster@gmail.com>2012-01-07 17:04:35 +1100
commitc5de4c7f4ac0121c1f2797f07bcbcc79dcb61168 (patch)
treeb6325d9529f985a9470bc437eccab8836e0fc612 /ipset
parent2623b5088d42e9dad8ee871ee499589b79a41628 (diff)
downloadcontrib-c5de4c7f4ac0121c1f2797f07bcbcc79dcb61168.tar.gz
contrib-c5de4c7f4ac0121c1f2797f07bcbcc79dcb61168.tar.xz
ipset: romster -> contrib
Diffstat (limited to 'ipset')
-rw-r--r--ipset/.footprint12
-rw-r--r--ipset/.md5sum1
-rw-r--r--ipset/Pkgfile23
3 files changed, 36 insertions, 0 deletions
diff --git a/ipset/.footprint b/ipset/.footprint
new file mode 100644
index 000000000..ca934d3fa
--- /dev/null
+++ b/ipset/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libipset.a
+-rwxr-xr-x root/root usr/lib/libipset.la
+lrwxrwxrwx root/root usr/lib/libipset.so -> libipset.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libipset.so.1 -> libipset.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libipset.so.1.0.0
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/ipset.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/ipset
diff --git a/ipset/.md5sum b/ipset/.md5sum
new file mode 100644
index 000000000..1a5df4447
--- /dev/null
+++ b/ipset/.md5sum
@@ -0,0 +1 @@
+2dc677ab126269d09db5cd908c045591 ipset-6.10.tar.bz2
diff --git a/ipset/Pkgfile b/ipset/Pkgfile
new file mode 100644
index 000000000..226cf75a2
--- /dev/null
+++ b/ipset/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Administration tool for IP or port sets.
+# URL: http://ipset.netfilter.org/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: iptables libmnl
+
+name=ipset
+version=6.10
+release=1
+source=(http://$name.netfilter.org/$name-$version.tar.bz2)
+
+build() {
+ cd $name-${version%%-*}
+
+ ./autogen.sh
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit