libseccomp: update to 2.1.1.

This commit is contained in:
Juan RP 2013-11-13 15:52:48 +01:00
parent 7f71473ff6
commit 5606fc98ad

View file

@ -1,6 +1,6 @@
# Template file for 'libseccomp' # Template file for 'libseccomp'
pkgname=libseccomp pkgname=libseccomp
version=2.1.0 version=2.1.1
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr" configure_args="--prefix=/usr"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://sourceforge.net/projects/libseccomp/" 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=b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e checksum=8812c11e407c383f5ad6afb84a88e5a0224477bcfe8ff03f0c548e5abaac841c
long_desc=" long_desc="
The libseccomp library provides and easy to use, platform independent, The libseccomp library provides and easy to use, platform independent,
interface to the Linux Kernel's syscall filtering mechanism: seccomp. interface to the Linux Kernel's syscall filtering mechanism: seccomp.
@ -20,7 +20,7 @@ long_desc="
by application developers." by application developers."
libseccomp-devel_package() { libseccomp-devel_package() {
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
@ -32,6 +32,6 @@ libseccomp-devel_package() {
libseccomp_package() { libseccomp_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }