2016-02-24 01:27:23 +01:00
# Description: Foomatic - Foomatic's database engine generates PPD files from the data in Foomatic's XML database. It also contains scripts to directly generate print queues and handle jobs.
# URL: http://www.linuxprinting.org/foomatic.html
2016-11-01 03:58:00 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libxml2 cups
2016-11-01 03:45:50 +01:00
2016-02-24 01:27:23 +01:00
name=foomatic-db-engine
2016-11-01 03:58:00 +01:00
version=4.0.20161031
2016-02-24 01:27:23 +01:00
release=1
2016-11-01 03:58:00 +01:00
_version=4.0-20161031
2016-02-24 01:27:23 +01:00
source=(http://www.openprinting.org/download/foomatic/$name-${_version}.tar.gz)
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}