milis/talimatname/genel/foomatic-db/talimat

18 lines
450 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: The collected knowledge about printers, drivers, and driver options in XML files
# URL: http://www.linuxprinting.org/foomatic.html
2016-11-13 01:08:33 +01:00
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libxml2
2016-02-24 01:27:23 +01:00
name=foomatic-db
2016-11-13 01:08:33 +01:00
version=4.0.20161112
2016-02-24 01:27:23 +01:00
release=1
2016-11-13 01:08:33 +01:00
_version=4.0-20161112
2016-02-24 01:27:23 +01:00
source=(http://www.openprinting.org/download/foomatic/foomatic-db-${_version}.tar.gz)
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}