libseccomp: update to 2.1.1.
This commit is contained in:
parent
7f71473ff6
commit
5606fc98ad
@ -1,6 +1,6 @@
|
||||
# Template file for 'libseccomp'
|
||||
pkgname=libseccomp
|
||||
version=2.1.0
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://sourceforge.net/projects/libseccomp/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=b0d6e4f0984e6632a04f0cf33c6babdb011674ba15ff208e196f037e0e09905e
|
||||
checksum=8812c11e407c383f5ad6afb84a88e5a0224477bcfe8ff03f0c548e5abaac841c
|
||||
long_desc="
|
||||
The libseccomp library provides and easy to use, platform independent,
|
||||
interface to the Linux Kernel's syscall filtering mechanism: seccomp.
|
||||
@ -20,7 +20,7 @@ long_desc="
|
||||
by application developers."
|
||||
|
||||
libseccomp-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
@ -32,6 +32,6 @@ libseccomp-devel_package() {
|
||||
|
||||
libseccomp_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user