gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1133: clean up jacal


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1133: clean up jacal
Date: Sun, 11 Nov 2012 19:41:02 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1133
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 19:41:02 +0100
message:
  clean up jacal
added:
  gnu/jacal/config.mk
modified:
  gnu/jacal/Makefile
=== modified file 'gnu/jacal/Makefile'
--- a/gnu/jacal/Makefile        2012-09-01 21:41:12 +0000
+++ b/gnu/jacal/Makefile        2012-11-11 18:41:02 +0000
@@ -1,14 +1,15 @@
 GARNAME = jacal
 GARVERSION = 1c2
+HOME_URL =  http://people.csail.mit.edu/jaffer/JACAL
+DESCRIPTION = An interactive symbolic mathematics program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = jacal/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
 WORKSRC = $(EXTRACTDIR)/jacal
-
 CONFIGURE_SCRIPTS = $(WORKSRC)/configure
 BUILD_SCRIPTS = $(WORKSRC)/Makefile
 INSTALL_SCRIPTS = $(WORKSRC)/Makefile
@@ -16,10 +17,10 @@
 BUILDDEPS = scm
 LIBDEPS = slib
 
-HOME_URL =  http://people.csail.mit.edu/jaffer/JACAL
-DESCRIPTION = An interactive symbolic mathematics program
+######################################################################
 
 include ../../gar.mk
+include config.mk
 
 post-configure:
        sed -i -e 's|\(\$${prefix}\)|\1/|' $(WORKSRC)/config.status

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


reply via email to

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