makedepends=(libxml2 cups)

description="PPD files from the data in Foomatic's XML database."
url="http://www.linuxprinting.org/foomatic.html"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=foomatic-db-engine
version=20260215
release=1
_release=4.0

PKGMK_KEEP_SOURCES="no"
source=(http://www.openprinting.org/download/foomatic/$name-${_release}-$version.tar.gz)

build() {
  cd $name-*

  ./configure --prefix=/usr --libdir=/usr/lib

  make
  make DESTDIR=$PKG install
}
