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