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

18 lines
535 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: Yazıcılar, sürücüler ve XML dosyalarındaki sürücü seçenekleri hakkında toplanan bilgiler, foomatic-db-engine tarafından PPD dosyaları oluşturmak için kullanılır.
# URL: http://www.linuxprinting.org/foomatic.html
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: libxml2
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)
derle() {
cd $isim-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}