numactl: update to 2.0.10.

This commit is contained in:
Juan RP 2014-10-05 19:24:56 +02:00
parent 0eefa1b4d5
commit ec7d66731a

View File

@ -1,18 +1,19 @@
# Template file for 'numactl'
pkgname=numactl
version=2.0.9
revision=3
build_style=gnu-makefile
version=2.0.10
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Simple NUMA policy support"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://oss.sgi.com/projects/libnuma/"
distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}.tar.gz"
checksum=9ca033e6c14c0f26c20379b0cf9299429fd5a354a79c3c7880fd41ef69f7751c
checksum=59f12db9890f51060998f774924e31a949a7fb7d4f1548ef96a8e347b37f0187
only_for_archs="i686 x86_64"
do_install() {
make prefix=${DESTDIR}/usr libdir=${DESTDIR}/usr/lib install
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
libnuma_package() {
@ -21,14 +22,13 @@ 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
}
}