Include pkg-config file

This commit is contained in:
Observer of Time 2021-01-16 15:10:17 +02:00
parent 9d2512e827
commit d6b5e5b4e1
Signed by: chronobserver
GPG Key ID: 8A2DEA1DBAEBCA9E
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = lib32-libnuma
pkgdesc = Simple NUMA policy support 32-bit version. Libraries only
pkgver = 2.0.14
pkgrel = 2
pkgrel = 3
url = https://github.com/numactl/numactl
arch = x86_64
license = LGPL2.1

View File

@ -4,7 +4,7 @@
_basename=numactl
pkgname=lib32-libnuma
pkgver=2.0.14
pkgrel=2
pkgrel=3
pkgdesc='Simple NUMA policy support 32-bit version. Libraries only'
arch=('x86_64')
url='https://github.com/numactl/numactl'
@ -28,5 +28,6 @@ build() {
package() {
cd "$srcdir/$_basename-${pkgver/_/-}"
make DESTDIR="$pkgdir" install-libLTLIBRARIES
make DESTDIR="$pkgdir" install
rm -rf "$pkgdir"/usr/{share,bin,include}
}