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

18 lines
422 B
Text
Raw Normal View History

2018-07-20 10:46:51 +03:00
# Tanım: Foomatic-db-engine tarafından PPD dosyaları oluşturmak için kullanılır.
2016-02-24 02:27:23 +02:00
# URL: http://www.linuxprinting.org/foomatic.html
2018-07-20 10:46:51 +03:00
# Paketçi: alihan-ozturk28
2017-10-27 21:46:27 +03:00
# Gerekler: libxml2
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=foomatic-db
surum=4.0.20161112
devir=1
_surum=4.0-20161112
kaynak=(http://www.openprinting.org/download/foomatic/foomatic-db-${_version}.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-*
2016-02-24 02:27:23 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}