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

22 lines
619 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 - gelen PostScript verilerini dönüştürmek için yazıcı biriktiricileri tarafından kullanılan süzgeç komut dosyaları.
# URL: http://www.linuxprinting.org/foomatic.html
# Paketçi: milisarge
# Gerekler: libxml2 cups cups-filters
isim=foomatic-filters
surum=4.0.20150819
devir=1
_surum=4.0-20150819
kaynak=(http://www.openprinting.org/download/foomatic/$isim-${_version}.tar.gz)
derle() {
cd $isim-*
autoreconf
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm $PKG/{usr/bin/foomatic-rip,usr/lib/cups/filter/foomatic-rip,\
usr/share/man/man1/foomatic-rip.1}
}