New package: libstatgrab-0.17.
This commit is contained in:
parent
2ec8729408
commit
fc7fe373c1
5 changed files with 36 additions and 0 deletions
|
@ -1099,3 +1099,4 @@ libr_cons.so.0.9.2 radare2-0.9.2_1
|
||||||
libr_config.so.0.9.2 radare2-0.9.2_1
|
libr_config.so.0.9.2 radare2-0.9.2_1
|
||||||
libr_core.so.0.9.2 radare2-0.9.2_1
|
libr_core.so.0.9.2 radare2-0.9.2_1
|
||||||
libzmq.so.3 zeromq-3.2.0_1
|
libzmq.so.3 zeromq-3.2.0_1
|
||||||
|
libstatgrab.so.6 libstatgrab-0.17_1
|
||||||
|
|
1
srcpkgs/libstatgrab-devel
Symbolic link
1
srcpkgs/libstatgrab-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libstatgrab
|
14
srcpkgs/libstatgrab/libstatgrab-devel.template
Normal file
14
srcpkgs/libstatgrab/libstatgrab-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'libstatgrab-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/man/man3 usr/share/man
|
||||||
|
}
|
2
srcpkgs/libstatgrab/libstatgrab.rshlibs
Normal file
2
srcpkgs/libstatgrab/libstatgrab.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
libc.so.6
|
||||||
|
libncursesw.so.6
|
18
srcpkgs/libstatgrab/template
Normal file
18
srcpkgs/libstatgrab/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'libstatgrab'
|
||||||
|
pkgname=libstatgrab
|
||||||
|
version=0.17
|
||||||
|
revision=1
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
short_desc="Library being useful interface to system statistics"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.i-scream.org/libstatgrab"
|
||||||
|
license="LGPL-2.1, GPL-2"
|
||||||
|
distfiles="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
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."
|
Loading…
Reference in a new issue