libseccomp: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 18:47:08 +01:00
parent 1e153c4468
commit dee21d1a90

View file

@ -1,7 +1,7 @@
# Template file for 'libseccomp' # Template file for 'libseccomp'
pkgname=libseccomp pkgname=libseccomp
version=2.1.1 version=2.1.1
revision=1 revision=2
build_style=configure build_style=configure
configure_args="--prefix=/usr" configure_args="--prefix=/usr"
hostmakedepends="which" hostmakedepends="which"
@ -11,13 +11,6 @@ homepage="http://sourceforge.net/projects/libseccomp/"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=8812c11e407c383f5ad6afb84a88e5a0224477bcfe8ff03f0c548e5abaac841c 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() { libseccomp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"