From: Arne Fitzenreiter Date: Fri, 1 Apr 2011 12:28:35 +0000 (+0200) Subject: ghostscript: update to 9.02. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fghostscripts;p=people%2Farne_f%2Fipfire-3.x.git ghostscript: update to 9.02. Fixes #160. --- diff --git a/pkgs/ghostscript/ghostscript.nm b/pkgs/ghostscript/ghostscript.nm index eb5d54d66..573e742c2 100644 --- a/pkgs/ghostscript/ghostscript.nm +++ b/pkgs/ghostscript/ghostscript.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include PKG_NAME = ghostscript -PKG_VER = 8.70 -PKG_REL = 0 +PKG_VER = 9.02 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUPS = Applications/Printing @@ -51,13 +51,9 @@ define PKG_DESCRIPTION the PostScript language and in PDF. endef -PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.gz CONFIGURE_OPTIONS += \ --without-omni PARALLELISMFLAGS = # Disable this - -define STAGE_INSTALL_CMDS - chown -v root:root $(BUILDROOT)/usr/share/ghostscript/8.70/Resource/Font/* -endef