mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
ghostscript: update to 9.16.
This commit is contained in:
parent
8b7b005428
commit
a0a32b2262
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'ghostscript'
|
# Template file for 'ghostscript'
|
||||||
pkgname=ghostscript
|
pkgname=ghostscript
|
||||||
version=9.15
|
version=9.16
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="An interpreter for the PostScript language"
|
short_desc="An interpreter for the PostScript language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.ghostscript.com/"
|
homepage="http://www.ghostscript.com/"
|
||||||
license="AGPL-3, CPL-1.0"
|
license="AGPL-3, CPL-1.0"
|
||||||
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
||||||
checksum=e65daf25059e2f3dabd3535df3d936a42ca4933d36473a03095e39adcdd5315c
|
checksum=3e2d44f925aabb4764b985a966880eafca2fd63a6998491308604d16a75cb86d
|
||||||
|
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
@ -18,7 +18,7 @@ depends="gsfonts"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# force it to use system libs.
|
# force it to use system libs.
|
||||||
rm -rf zlib jpeg{,xr} libpng jasper expat tiff lcms{,2} freetype cups/libs jbig2dec
|
rm -rf jpeg{,xr} libpng jasper expat tiff lcms{,2} freetype cups/libs jbig2dec
|
||||||
cd ijs
|
cd ijs
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue