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

17 lines
544 B
Plaintext
Raw 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 - 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
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
}