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