🔒 Repository is read-only – file editing is disabled.

recipes/utils/numactl/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: numactl
pkgver: '2.0.19'
pkgrel: '1'
pkgdesc: Simple NUMA policy support
url: 'http://oss.sgi.com/projects/libnuma/'
arch: x86_64
depends: []
makedepends:
- autoconf
- libtool
- automake
- perl
source:
- 'https://github.com/numactl/numactl/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 8b84ffdebfa0d730fb2fc71bb7ec96bb2d38bf76fb67246fde416a68e04125e4
build: |
  cd ${pkgname}-${pkgver}

  autoreconf -fiv

  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

  # move_pages(2) is provided by man-pages and is more up-to-date there anyway
  rm -rf "${PKGDIR}/usr/share/man/man2"

  install -vDm 644 README.md -t ${PKGDIR}/usr/share/doc/${pkgname}-${pkgver}
package: |
  true