main/libseccomp: fix depends for -dev

libseccomp-dev needs linux-headers

ref #8597
This commit is contained in:
Natanael Copa 2018-02-28 11:36:32 +00:00
parent 1b2e900498
commit d37676f48e

View File

@ -2,12 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libseccomp
pkgver=2.3.2
pkgrel=0
pkgrel=1
pkgdesc="An interface to the Linux Kernel's syscall filtering mechanism"
url="https://github.com/seccomp/libseccomp"
arch="all"
license="LGPL-2.1"
makedepends="linux-headers"
depends_dev="linux-headers"
makedepends="$depends_dev"
checkdepends="bash"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/seccomp/libseccomp/releases/download/v$pkgver/libseccomp-$pkgver.tar.gz