contrib/numactl/Pkgfile

19 lines
443 B
Plaintext
Raw Normal View History

# Description: Simple NUMA policy support
# URL: https://github.com/numactl/numactl
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: perl
name=numactl
2020-09-20 11:11:07 +02:00
version=2.0.14
release=1
source=(https://github.com/numactl/numactl/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
autoreconf -vfi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/man/man2/move_pages.2
}