gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1034: clean up ghostscript


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1034: clean up ghostscript
Date: Fri, 02 Nov 2012 16:13:33 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1034
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 16:13:33 +0100
message:
  clean up ghostscript
added:
  gnu/ghostscript/config.mk
modified:
  gnu/ghostscript/Makefile
=== modified file 'gnu/ghostscript/Makefile'
--- a/gnu/ghostscript/Makefile  2012-09-05 22:55:24 +0000
+++ b/gnu/ghostscript/Makefile  2012-11-02 15:13:33 +0000
@@ -1,21 +1,24 @@
 GARNAME = gnu-ghostscript
 GARVERSION = 9.05.0
+HOME_URL = http://www.gnu.org/software/ghostscript/
+DESCRIPTION = GNU Ghostscript, an PostScript interpreter
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ghostscript/
-
 DISTFILES = $(DISTNAME).tar.bz2
 SIGFILES = $(DISTNAME).tar.bz2.sig
 
-#BUILDDEPS = 
+UILDDEPS = 
 LIBDEPS = libpng tiff zlib libiconv # libjpeg
 
-HOME_URL = http://www.gnu.org/software/ghostscript/
-DESCRIPTION = GNU Ghostscript, an PostScript interpreter
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
 
-CONFIGURE_OPTS = --with-libiconv=no
+CONFIGURE_ARGS += --with-libiconv=no
 
 pre-configure:
        @sed -i -e 's/\(EXTRALIBS=.*\)/\1 -lz/' $(WORKSRC)/Makefile.in

=== added file 'gnu/ghostscript/config.mk'
--- a/gnu/ghostscript/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/ghostscript/config.mk 2012-11-02 15:13:33 +0000
@@ -0,0 +1,4 @@
+## Configuration options for ghostscript ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]