]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ghostscript: update to 9.02.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 1 Apr 2011 12:28:35 +0000 (14:28 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 1 Apr 2011 12:28:35 +0000 (14:28 +0200)
Fixes #160.

pkgs/ghostscript/ghostscript.nm

index eb5d54d66b98b12daf8e93a5402ddc44ce1a80dd..573e742c2ce35f752f0de271a4cf3eecaefefe18 100644 (file)
@@ -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