### this file is sourced not run
PKGVER=0.91
PKGBUILD=1
PKGARCH=x86_64

# source: kirk
TARBALL=libstatgrab-$PKGVER.tar.gz
MD5SUM=b906d312076ca9be3d5188edfe07f496 
SRC_URL=https://ftp.i-scream.org/pub/i-scream/libstatgrab/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libstatgrab: libstatgrab-'$PKGVER' 
libstatgrab:  
libstatgrab: libstatgrab is a library for accessing information from the system 
libstatgrab: for statistical purposes. It could be used for software that monitors 
libstatgrab: the system for alerting or graphing purposes.
libstatgrab: 
libstatgrab: 
libstatgrab: 
libstatgrab: 
libstatgrab: 
libstatgrab: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
    export CFLAGS="$CFLAGS -fpic"
	CONFFLAGS="$CONFFLAGS --disable-shared"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


