mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libseccomp: update to 2.0.0 (soname bump).
This commit is contained in:
parent
5c60e979c0
commit
b3ad776a86
2 changed files with 6 additions and 5 deletions
|
@ -1151,7 +1151,7 @@ libr_config.so.0.9.2 radare2-0.9.2_1
|
||||||
libr_core.so.0.9.2 radare2-0.9.2_1
|
libr_core.so.0.9.2 radare2-0.9.2_1
|
||||||
libzmq.so.3 zeromq-3.2.0_1
|
libzmq.so.3 zeromq-3.2.0_1
|
||||||
libstatgrab.so.6 libstatgrab-0.17_1
|
libstatgrab.so.6 libstatgrab-0.17_1
|
||||||
libseccomp.so.1 libseccomp-1.0.0_1
|
libseccomp.so.2 libseccomp-2.0.0_1
|
||||||
libqrencode.so.3 libqrencode-3.4.1_1
|
libqrencode.so.3 libqrencode-3.4.1_1
|
||||||
libwayland-server.so.0 wayland-1.0.0_1
|
libwayland-server.so.0 wayland-1.0.0_1
|
||||||
libwayland-client.so.0 wayland-1.0.0_1
|
libwayland-client.so.0 wayland-1.0.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libseccomp'
|
# Template file for 'libseccomp'
|
||||||
pkgname=libseccomp
|
pkgname=libseccomp
|
||||||
version=1.0.0
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr"
|
||||||
hostmakedepends="which"
|
hostmakedepends="which"
|
||||||
|
@ -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=7c35493c890af509955397ea1f5d3c1a8e84a3002a64fa8c716de395e117cc4c
|
checksum=07d8308502bb87ced8f03aa84e9de598940ff6b0c7235d1654712678821f9d76
|
||||||
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.
|
||||||
|
@ -21,10 +21,11 @@ long_desc="
|
||||||
|
|
||||||
libseccomp-devel_package() {
|
libseccomp-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue