# Description: Library for Linux Kernel's syscall filtering mechanism # URL: https://github.com/seccomp/libseccomp # Maintainer: Hendrik Roeder, hendrik at hr94 dot de name=libseccomp version=2.5.3 release=1 source=(https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }