summaryrefslogtreecommitdiffstats
path: root/extra/knock/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-11-06 18:41:40 +0100
committersibel <lesibel@free.fr>2010-11-06 18:41:40 +0100
commit2e1e40c963b2a73d7e38fe2ea09c7dbed39c3bc4 (patch)
treedd3697c849b0da79e2cdd62560b30319d88d6f92 /extra/knock/Pkgfile
parentc95f9d34b016c4963d9ff3eb4f4cc4355ef8c2de (diff)
downloadnutyx-pakxe-2e1e40c963b2a73d7e38fe2ea09c7dbed39c3bc4.tar.gz
nutyx-pakxe-2e1e40c963b2a73d7e38fe2ea09c7dbed39c3bc4.tar.bz2
nutyx-pakxe-2e1e40c963b2a73d7e38fe2ea09c7dbed39c3bc4.tar.xz
nutyx-pakxe-2e1e40c963b2a73d7e38fe2ea09c7dbed39c3bc4.zip
knock nouveau port
Diffstat (limited to 'extra/knock/Pkgfile')
-rw-r--r--extra/knock/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/knock/Pkgfile b/extra/knock/Pkgfile
new file mode 100644
index 000000000..7c9e15ca0
--- /dev/null
+++ b/extra/knock/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Port knocking
+# URL: http://www.zeroflux.org/projects/knock
+# Maintainer: Cobex4
+# Packager: cobex4 at gmail dot com
+# Depends on: libpcap
+
+name=knock
+version=0.5
+release=1
+source=(http://www.zeroflux.org/proj/knock/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ # build-time config
+ echo "#include <limits.h>" >> src/list.h
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}