mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libseccomp: update to 2.2.1.
This commit is contained in:
parent
bb4168f496
commit
282813cb10
1 changed files with 11 additions and 8 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'libseccomp'
|
# Template file for 'libseccomp'
|
||||||
pkgname=libseccomp
|
pkgname=libseccomp
|
||||||
version=2.1.1
|
version=2.2.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr"
|
hostmakedepends="which automake libtool"
|
||||||
hostmakedepends="which"
|
|
||||||
short_desc="High level interface to the Linux Kernel's seccomp filter"
|
short_desc="High level interface to the Linux Kernel's seccomp filter"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://sourceforge.net/projects/libseccomp/"
|
homepage="https://github.com/seccomp/libseccomp/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=8812c11e407c383f5ad6afb84a88e5a0224477bcfe8ff03f0c548e5abaac841c
|
checksum=040251870324b37bdeb2448cd8a54d677fd813104028b37dc4e591e6cf3ecf27
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
libseccomp-devel_package() {
|
libseccomp-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue