diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template index 86869fdeaf..a42dd9822b 100644 --- a/srcpkgs/libseccomp/template +++ b/srcpkgs/libseccomp/template @@ -1,7 +1,7 @@ # Template file for 'libseccomp' pkgname=libseccomp version=2.1.1 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr" hostmakedepends="which" @@ -11,13 +11,6 @@ homepage="http://sourceforge.net/projects/libseccomp/" license="LGPL-2.1" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=8812c11e407c383f5ad6afb84a88e5a0224477bcfe8ff03f0c548e5abaac841c -long_desc=" - The libseccomp library provides and easy to use, platform independent, - interface to the Linux Kernel's syscall filtering mechanism: seccomp. - The libseccomp API is designed to abstract away the underlying BPF based - syscall filter language and present a more conventional function-call - based filtering interface that should be familiar to, and easily adopted - by application developers." libseccomp-devel_package() { depends="${sourcepkg}>=${version}_${revision}"