numactl: update to 2.0.12.

This commit is contained in:
maxice8 2018-06-17 23:21:01 -03:00
parent 8fa3ecc82a
commit 1fc21533fb
1 changed files with 7 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'numactl'
pkgname=numactl
version=2.0.11
version=2.0.12
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Simple NUMA policy support"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
license="LGPL-2.1-only"
homepage="https://github.com/numactl/numactl"
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
checksum=3e099a59b2c527bcdbddd34e1952ca87462d2cef4c93da9b0bc03f02903f7089
checksum=7c3e819c2bdeb883de68bafe88776a01356f7ef565e75ba866c4b49a087c6bdf
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
@ -30,13 +30,15 @@ libnuma_package() {
vmove "usr/lib/*.so.*"
}
}
libnuma-devel_package() {
depends="libnuma>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/man/man3
vmove usr/lib/pkgconfig
}
}