diff options
Diffstat (limited to 'opt/numactl')
| -rw-r--r-- | opt/numactl/.footprint | 31 | ||||
| -rw-r--r-- | opt/numactl/.signature | 6 | ||||
| -rw-r--r-- | opt/numactl/MAKEPKG | 32 |
3 files changed, 69 insertions, 0 deletions
diff --git a/opt/numactl/.footprint b/opt/numactl/.footprint new file mode 100644 index 0000000..810de2e --- /dev/null +++ b/opt/numactl/.footprint @@ -0,0 +1,31 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/memhog +-rwxr-xr-x root/root usr/bin/migratepages +-rwxr-xr-x root/root usr/bin/migspeed +-rwxr-xr-x root/root usr/bin/numactl +-rwxr-xr-x root/root usr/bin/numademo +-rwxr-xr-x root/root usr/bin/numastat +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/numa.h +-rw-r--r-- root/root usr/include/numacompat1.h +-rw-r--r-- root/root usr/include/numaif.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libnuma.a +-rwxr-xr-x root/root usr/lib/libnuma.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libnuma.so -> libnuma.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libnuma.so.1 -> libnuma.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/numa.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man2/ +-rw-r--r-- root/root usr/share/man/man2/move_pages.2.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/numa.3.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/memhog.8.gz +-rw-r--r-- root/root usr/share/man/man8/migratepages.8.gz +-rw-r--r-- root/root usr/share/man/man8/migspeed.8.gz +-rw-r--r-- root/root usr/share/man/man8/numactl.8.gz +-rw-r--r-- root/root usr/share/man/man8/numastat.8.gz diff --git a/opt/numactl/.signature b/opt/numactl/.signature new file mode 100644 index 0000000..f88b160 --- /dev/null +++ b/opt/numactl/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mCTwOQnVe7g6miNHpHSf050Et8hQl9U9of/iADoNt9GxGgnqPDEMJrL5dg6HUdxOrXCjo7x/ZghC6mmR3lOitwg= + +SHA256 (MAKEPKG) = c2513ae6f7e6c2641561191f9341327dfb7e410172d98d3c7ec227bda0fbfdb3 +SHA256 (.footprint) = 473994a093573a0cd48c2f3c5e88c54fc72da4ebe547e6bb8bb3eddb08b4b8fd +SHA256 (numactl-2.0.19.tar.gz) = f2672a0381cb59196e9c246bf8bcc43d5568bc457700a697f1a1df762b9af884 +SHA256 (numactl#2.0.19-1.pkg.tar.gz) = 5abce38b5afc4be2329bc70afca74bddf2f913de65b28b8032b42c1ed7b4ff6a diff --git a/opt/numactl/MAKEPKG b/opt/numactl/MAKEPKG new file mode 100644 index 0000000..e0c72af --- /dev/null +++ b/opt/numactl/MAKEPKG @@ -0,0 +1,32 @@ +#!/bin/mkpkg +# description: NUMA policy library and tools +# url: https://github.com/numactl/numactl + +name=numactl +version=2.0.19 +release=1 +depends=() +makedeps=(cmake) +source=(https://github.com/numactl/numactl/releases/download/v$version/numactl-$version.tar.gz) + +sha256sums=( + "f2672a0381cb59196e9c246bf8bcc43d5568bc457700a697f1a1df762b9af884" +) + +build() { + cd numactl-$version + + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib + + make -j$(nproc) + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
