# Template file for 'libstatgrab'
pkgname=libstatgrab
version=0.17
revision=3
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

libstatgrab-devel_package() {
	depends="${sourcepkg}-${version}_${revision}"
	short_desc+=" -- development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.so"
		vmove usr/share/man/man3
	}
}
