yara: fix libyara dependency
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
87c8a7f5c1
commit
8b4d24ca3b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'yara'
|
||||
pkgname=yara
|
||||
version=3.7.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-magic --enable-cuckoo"
|
||||
hostmakedepends="automake libtool"
|
||||
|
@ -25,7 +25,7 @@ libyara_package() {
|
|||
}
|
||||
|
||||
yara-devel_package() {
|
||||
depends="libyara-${version}-${revision}"
|
||||
depends="libyara>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue