libnfc-devel: depend on makedepends
Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9b78624073
commit
70bc977eee
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libnfc'
|
||||
pkgname=libnfc
|
||||
version=1.7.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=cmake
|
||||
short_desc="Low level NFC SDK and Programmers API"
|
||||
|
@ -22,7 +22,7 @@ post_install() {
|
|||
vinstall contrib/linux/blacklist-libnfc.conf 644 usr/lib/modprobe.d/
|
||||
}
|
||||
libnfc-devel_package() {
|
||||
depends="libnfc>=${version}_${revision}"
|
||||
depends="${makedepends} libnfc>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue