milis/talimatname/genel/cups-filters/talimat

22 lines
692 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: OpenPrinting CUPS Filters
# URL: http://www.cups.org
2016-04-28 12:02:38 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: bc cups lcms2 poppler qpdf libjpeg-turbo libpng libtiff ghostscript avahi ijs harfbuzz
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)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-rcdir \
--disable-static \
--with-gs-path=/usr/bin/gs \
2016-04-28 12:02:38 +02:00
--with-pdftops-path=/usr/bin/gs
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}