Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
1335e670
Commit
1335e670
authored
Mar 29, 2016
by
Chaoting Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
numactl: added as dependency of linux-tools
parent
92b1e5a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
numactl/PKGBUILD
numactl/PKGBUILD
+26
-0
No files found.
numactl/PKGBUILD
0 → 100644
View file @
1335e670
# Contributor from Arch Linux: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/numactl
pkgname
=
numactl
pkgver
=
2.0.11
pkgrel
=
1
pkgdesc
=
"Simple NUMA policy support"
arch
=(
'i686'
'x86_64'
)
url
=
"http://oss.sgi.com/projects/libnuma/"
license
=(
'LGPL2.1'
'GPL2'
)
depends
=(
'perl'
)
source
=(
ftp://oss.sgi.com/www/projects/libnuma/download/
$pkgname
-
${
pkgver
/_/-
}
.tar.gz
)
md5sums
=(
'd3bc88b7ddb9f06d60898f4816ae9127'
)
sha1sums
=(
'0846670269824078a4eae8a977728175437b0da4'
)
build
()
{
cd
"
$srcdir
/
$pkgname
-
${
pkgver
/_/-
}
"
./configure
--prefix
=
/usr
make
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
${
pkgver
/_/-
}
"
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"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment