milis/talimatname/genel/foomatic-filters/talimat

22 lines
632 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.

# Description: 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
# Packager: milisarge
# Depends on: libxml2 cups cups-filters
name=foomatic-filters
version=4.0.20150819
release=1
_version=4.0-20150819
source=(http://www.openprinting.org/download/foomatic/$name-${_version}.tar.gz)
build() {
cd $name-*
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}
}