numactl: fix dependency pattern in -devel pkg.
This commit is contained in:
parent
24600719f0
commit
3cf6eb36d8
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'numactl'
|
# Template file for 'numactl'
|
||||||
pkgname=numactl
|
pkgname=numactl
|
||||||
version=2.0.9
|
version=2.0.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Simple NUMA policy support"
|
short_desc="Simple NUMA policy support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -26,7 +26,7 @@ libnuma_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libnuma-devel_package() {
|
libnuma-devel_package() {
|
||||||
depends="libnuma-${version}>=${revision}"
|
depends="libnuma>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue