diff --git a/talimatname/genel/cups-filters/talimat b/talimatname/genel/cups-filters/talimat index 4a7d0986b..1e9288233 100644 --- a/talimatname/genel/cups-filters/talimat +++ b/talimatname/genel/cups-filters/talimat @@ -1,22 +1,22 @@ # Description: OpenPrinting CUPS Filtreleri # URL: http://www.cups.org # Packager: milisarge -# Depends on: bc cups lcms2 poppler qpdf libjpeg-turbo libpng libtiff ghostscript avahi ijs harfbuzz +# Depends on: bc cups lcms2 poppler qpdf libjpeg-turbo libpng libtiff ghostscript avahi ijs harfbuzz mupdf name=cups-filters -version=1.8.3 +version=1.16.4 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 \ - --with-pdftops-path=/usr/bin/gs -make -make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --without-rcdir \ + --disable-static \ + --with-gs-path=/usr/bin/gs \ + --with-pdftops-path=/usr/bin/gs + make + make DESTDIR=$PKG install }