milis/talimatname/genel/foomatic-db-engine/talimat

19 lines
535 B
Plaintext

# 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
# Packager: milisarge
# Depends on: libxml2 cups
name=foomatic-db-engine
version=4.0.20161031
release=1
_version=4.0-20161031
source=(http://www.openprinting.org/download/foomatic/$name-${_version}.tar.gz)
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}