summaryrefslogtreecommitdiff
path: root/libseccomp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libseccomp/Pkgfile')
-rw-r--r--libseccomp/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libseccomp/Pkgfile b/libseccomp/Pkgfile
new file mode 100644
index 000000000..33f81bd50
--- /dev/null
+++ b/libseccomp/Pkgfile
@@ -0,0 +1,20 @@
+# Description: library for Linux' syscall filtering mechanism seccomp
+# URL: http://sourceforge.net/projects/libseccomp
+# Maintainer: Thomas Penteker, tek at serverop dot de
+
+name=libseccomp
+version=1.0.0
+release=1
+source=(http://prdownloads.sf.net/project/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ mv $PKG/usr/share/man $PKG/usr
+ rm -r $PKG/usr/share
+}

Generated by cgit