numactl: remove long_desc.
This commit is contained in:
parent
8dafa25499
commit
5d307ec5be
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'numactl'
|
||||
pkgname=numactl
|
||||
version=2.0.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simple NUMA policy support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,10 +9,6 @@ license="LGPL-2.1"
|
|||
homepage="http://oss.sgi.com/projects/libnuma/"
|
||||
distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=9ca033e6c14c0f26c20379b0cf9299429fd5a354a79c3c7880fd41ef69f7751c
|
||||
long_desc="
|
||||
The numactl program allows you to run your application program on specific
|
||||
CPUs and memory nodes. It does this by supplying a NUMA memory policy to
|
||||
the operating system before running your program."
|
||||
|
||||
do_install() {
|
||||
make prefix=${DESTDIR}/usr libdir=${DESTDIR}/usr/lib install
|
||||
|
|
Loading…
Reference in New Issue