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

# source: kirk
TARBALL=libstatgrab-0.17.tar.gz
MD5SUM=58385c9392898be3b09ffc5e3ebe8717 
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libstatgrab: libstatgrab-0.17 
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
}


