### this file is sourced not run

# source: SFR
PKGNAME=libinklevel
PKGVER=0.9.2
TARBALL=${PKGNAME}-${PKGVER}.tar.gz
MD5SUM=d9f61d14afc2025da454a624578b2be8
SRC_URL=http://downloads.sourceforge.net/${PKGNAME}/${TARBALL}
BUNDLE=

SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} (Library for checking the ink level of a printer)  
${PKGNAME}:  
${PKGNAME}: Libinklevel is a library for checking the ink level of your printer
${PKGNAME}: on a system which runs Linux, FreeBSD or Solaris. It supports printers
${PKGNAME}: attached via parallel port or USB. Currently printers of the following
${PKGNAME}: brands are supported: HP, Epson and Canon. Canon BJNP network printers
${PKGNAME}: are supported too.
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: http://libinklevel.sourceforge.net/
"

SLACKREQ='libieee1284'

### default pkg_download
### default_pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="${CONFFLAGS} --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
