libstatgrab: remove long_desc.
This commit is contained in:
parent
5f00ac2703
commit
5ecb60e728
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libstatgrab'
|
# Template file for 'libstatgrab'
|
||||||
pkgname=libstatgrab
|
pkgname=libstatgrab
|
||||||
version=0.17
|
version=0.17
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -11,10 +11,6 @@ homepage="http://www.i-scream.org/libstatgrab"
|
||||||
license="LGPL-2.1, GPL-2"
|
license="LGPL-2.1, GPL-2"
|
||||||
distfiles="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88
|
checksum=bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88
|
||||||
long_desc="
|
|
||||||
libstatgrab is a library which provides an easy to use interface for
|
|
||||||
accessing system statistics. Available statistics include CPU, Load,
|
|
||||||
Memory, Swap, Disk I/O, and Network I/O."
|
|
||||||
|
|
||||||
libstatgrab-devel_package() {
|
libstatgrab-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
@ -22,6 +18,7 @@ libstatgrab-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue