milis/talimatname/genel/f/foomatic-db-engine/talimat
2018-08-15 10:57:16 +00:00

17 lines
546 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Foomatic'in veritabanı motoru, Foomatic'in XML veritabanındaki verilerden PPD dosyaları oluşturur. Ayrıca, doğrudan baskı kuyrukları oluşturmak ve işleri işlemek için komut dosyaları içerir.
# URL: http://www.linuxprinting.org/foomatic.html
# Paketçi: milisarge
# Gerekler: libxml2 cups
# Grup: ofis
isim=foomatic-db-engine
surum=4.1
devir=1
kaynak=(http://www.openprinting.org/download/foomatic/${isim}-devel-${surum}-current.tar.gz)
derle() {
cd $isim-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}