gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1204: clean up plotutils and fix buil


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1204: clean up plotutils and fix build
Date: Sun, 18 Nov 2012 21:44:27 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1204
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 21:44:27 +0100
message:
  clean up plotutils and fix build
added:
  gnu/plotutils/config.mk
modified:
  gnu/plotutils/Makefile
  gnu/plotutils/sha256sums
=== modified file 'gnu/plotutils/Makefile'
--- a/gnu/plotutils/Makefile    2010-09-03 19:38:25 +0000
+++ b/gnu/plotutils/Makefile    2012-11-18 20:44:27 +0000
@@ -1,18 +1,20 @@
 GARNAME = plotutils
 GARVERSION = 2.6
+HOME_URL = http://www.gnu.org/software/plotutils
+DESCRIPTION = Utilities for plotting and working with 2D graphics
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = plotutils/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-CONFIGURE_OPTS = --without-x
-
-HOME_URL = http://www.gnu.org/software/plotutils
-# DESCRIPTION = 
+PATCHFILES = $(DISTNAME)-fix-build.diff
+
+BUILDDEPS = 
+LIBDEPS = libpng
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/plotutils/config.mk'
--- a/gnu/plotutils/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/plotutils/config.mk   2012-11-18 20:44:27 +0000
@@ -0,0 +1,4 @@
+## Configuration options for plotutils ##
+
+CONFIGURE_OPTS ?= --without-x
+BUILD_OPTS ?=

=== modified file 'gnu/plotutils/sha256sums'
--- a/gnu/plotutils/sha256sums  2010-06-25 15:41:51 +0000
+++ b/gnu/plotutils/sha256sums  2012-11-18 20:44:27 +0000
@@ -1,2 +1,3 @@
 4f4222820f97ca08c7ea707e4c53e5a3556af4d8f1ab51e0da6ff1627ff433ab  
download/plotutils-2.6.tar.gz
+cc355d45a3f02c4672b5f0f0bddfd75da98273a3fb28e0e28c4bf514147efe7f  
download/plotutils-2.6-fix-build.diff
 cb822adad6de162057c17ac97a91d42e94e31da620cf421c04ac2fe2f028bee6  
download/plotutils-2.6.tar.gz.sig


reply via email to

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