main/libseccomp: move test dependency into checkdepends

This commit is contained in:
Jakub Jirutka 2017-03-17 21:20:17 +01:00
parent 9359719dee
commit fae2e83aa4

View File

@ -7,11 +7,12 @@ pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
url="https://github.com/seccomp/libseccomp"
arch="all"
license="LGPLv2.1"
makedepends="linux-headers bash"
makedepends="linux-headers"
checkdepends="bash"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz
remove-redefinition-prctl.patch"
builddir="$srcdir"/libseccomp-$pkgver
builddir="$srcdir/libseccomp-$pkgver"
build() {
cd "$builddir"