# Template file for 'libseccomp' pkgname=libseccomp version=2.3.2 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" short_desc="High level interface to the Linux Kernel's seccomp filter" maintainer="Juan RP " homepage="https://github.com/seccomp/libseccomp/" license="LGPL-2.1" distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz" checksum=5ac29808d7fda99b06a773e62e33cc2c3d1af5e56ad49f7f98030a3e971447f3 post_extract() { case "$XBPS_TARGET_MACHINE" in *-musl) sed -i '//d' src/system.h;; esac } pre_configure() { NOCONFIGURE=1 ./autogen.sh } libseccomp-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/share/man/man3 } }