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

18 lines
519 B
Plaintext
Raw Normal View History

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-20 23:15:20 +01:00
version=4.1
2016-02-24 01:27:23 +01:00
release=1
2016-11-20 23:15:20 +01:00
source=(http://www.openprinting.org/download/foomatic/${name}-devel-${version}-current.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}