milis/talimatname/genel/cups-filters/talimat

23 lines
694 B
Plaintext
Raw Normal View History

2017-03-22 10:39:41 +01:00
# Description: OpenPrinting CUPS Filtreleri
2016-02-24 01:27:23 +01:00
# URL: http://www.cups.org
2016-04-28 12:02:38 +02:00
# Packager: milisarge
2017-01-30 23:55:06 +01:00
# Depends on: bc cups lcms2 poppler qpdf libjpeg-turbo libpng libtiff ghostscript avahi ijs harfbuzz
2016-02-24 01:27:23 +01:00
name=cups-filters
2016-04-28 12:02:38 +02:00
version=1.8.3
2016-02-24 01:27:23 +01:00
release=1
source=( http://www.openprinting.org/download/$name/$name-$version.tar.xz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-rcdir \
--disable-static \
--with-gs-path=/usr/bin/gs \
2017-01-30 23:55:06 +01:00
--with-pdftops-path=/usr/bin/gs
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}