void-packages/srcpkgs/numactl/template

38 lines
895 B
Text
Raw Normal View History

2012-08-16 16:01:36 +00:00
# Template file for 'numactl'
pkgname=numactl
2014-10-05 17:24:56 +00:00
version=2.0.10
revision=2
2014-10-05 17:24:56 +00:00
build_style=gnu-configure
hostmakedepends="automake libtool"
2012-08-16 16:01:36 +00:00
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"
2014-10-05 17:24:56 +00:00
checksum=59f12db9890f51060998f774924e31a949a7fb7d4f1548ef96a8e347b37f0187
2014-08-23 15:36:36 +00:00
only_for_archs="i686 x86_64"
2012-08-16 16:01:36 +00:00
2014-10-05 17:24:56 +00:00
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
2012-08-16 16:01:36 +00:00
}
post_install() {
rm -r ${DESTDIR}/usr/share/man/man2
}
libnuma_package() {
2013-10-09 08:43:10 +00:00
short_desc+=" - runtime library"
pkg_install() {
2013-10-09 08:43:10 +00:00
vmove "usr/lib/*.so.*"
}
}
libnuma-devel_package() {
depends="libnuma>=${version}_${revision}"
2013-10-09 08:43:10 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
2014-10-05 17:24:56 +00:00
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/share/man/man3
}
}