cups-filters.guncellendi
This commit is contained in:
parent
7e9d258ac2
commit
55014d2b74
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue