testing/libcgroup: fix makedepends

makedepends was missing linux-headers
This commit is contained in:
Jonathan Curran 2015-09-09 01:30:44 +00:00 committed by Natanael Copa
parent 465a7cfb76
commit 6256fadac2

View File

@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libcgroup
pkgver=0.38
pkgrel=1
pkgrel=2
pkgdesc="Library to control and monitor control groups"
url="http://libcg.sourceforge.net/"
arch="all"
license="LGPLv2+"
depends=""
depends_dev=""
makedepends="$depends_dev bison flex linux-pam-dev fts-dev"
makedepends="$depends_dev bison flex linux-headers linux-pam-dev fts-dev"
install=""
options="suid"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools $pkgname-pam"