gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1191: clean up octave


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1191: clean up octave
Date: Sun, 18 Nov 2012 14:37:49 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1191
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 14:37:49 +0100
message:
  clean up octave
added:
  gnu/octave/config.mk
modified:
  gnu/octave/Makefile
=== modified file 'gnu/octave/Makefile'
--- a/gnu/octave/Makefile       2012-09-05 21:22:19 +0000
+++ b/gnu/octave/Makefile       2012-11-18 13:37:49 +0000
@@ -1,20 +1,19 @@
 GARNAME = octave
 GARVERSION = 3.6.3
+HOME_URL = http://www.gnu.org/software/octave/
+DESCRIPTION = GNU Octave
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = octave/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = gcc
 LIBDEPS = readline
 
-HOME_URL = http://www.gnu.org/software/octave/
-DESCRIPTION = GNU Octave
+######################################################################
 
 include ../../gar.lib/auto.mk
-
-# Building the Octave documentation requires that a TeX binary 
-# be installed. If you have this, you may remove this flag.
-CONFIGURE_OPTS = --disable-docs
+include config.mk

=== added file 'gnu/octave/config.mk'
--- a/gnu/octave/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/octave/config.mk      2012-11-18 13:37:49 +0000
@@ -0,0 +1,6 @@
+## Configuration options for octave ##
+
+# Building the Octave documentation requires that a TeX binary 
+# be installed. If you have this, you may remove this flag.
+CONFIGURE_OPTS ?= --disable-docs
+BUILD_OPTS ?=


reply via email to

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