New package: numactl-2.0.7.
This commit is contained in:
parent
0274654224
commit
1fe8e7dfad
8 changed files with 59 additions and 0 deletions
15
srcpkgs/numactl/libnuma-devel.template
Normal file
15
srcpkgs/numactl/libnuma-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'libnuma-devel '.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libnuma>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="
|
||||
The libnuma library provides convenient ways for you to add NUMA memory
|
||||
policies into your own program.
|
||||
|
||||
This package contains development files for libnuma."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue