gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1175: clean up mit-scheme


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1175: clean up mit-scheme
Date: Sat, 17 Nov 2012 17:25:44 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1175
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 17:25:44 +0100
message:
  clean up mit-scheme
added:
  gnu/mit-scheme/config.mk
modified:
  gnu/mit-scheme/Makefile
=== modified file 'gnu/mit-scheme/Makefile'
--- a/gnu/mit-scheme/Makefile   2012-08-31 12:43:04 +0000
+++ b/gnu/mit-scheme/Makefile   2012-11-17 16:25:44 +0000
@@ -1,24 +1,24 @@
 GARNAME = mit-scheme
 GARVERSION = 9.1.1
-ARCH = x86-64
+HOME_URL = http://www.gnu.org/software/mit-scheme
+DESCRIPTION = An implementation of the Scheme programming language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = mit-scheme/stable.pkg/$(GARVERSION)/
-
-DISTFILES = $(DISTNAME)-$(ARCH).tar.gz
-SIGFILES = $(DISTNAME)-$(ARCH).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
+MASTER_SUBDIR = $(GARNAME)/stable.pkg/$(GARVERSION)/
+arch = $(subst _,-,$(GARARCH))
+DISTFILES = $(DISTNAME)-$(arch).tar.gz
+SIGFILES = $(DISTNAME)-$(arch).tar.gz.sig
 CONFIGURE_SCRIPTS = $(WORKSRC)/src/configure
 BUILD_SCRIPTS = $(WORKSRC)/src/Makefile
 INSTALL_SCRIPTS = $(WORKSRC)/src/Makefile
 
-HOME_URL = http://www.gnu.org/software/mit-scheme
-DESCRIPTION = An implementation of the Scheme programming language
+BUILDDEPS = 
+LIBDEPS = ncurses
+
+######################################################################
 
 include ../../gar.mk
+include config.mk
 
-CONFIGURE_OPTS = --with-x --enable-native-code
-BUILD_ARGS += compile-microcode

=== added file 'gnu/mit-scheme/config.mk'
--- a/gnu/mit-scheme/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/mit-scheme/config.mk  2012-11-17 16:25:44 +0000
@@ -0,0 +1,4 @@
+## Configuration options for mit-scheme ##
+
+CONFIGURE_OPTS ?= --with-x --enable-native-code
+BUILD_OPTS ?= compile-microcode


reply via email to

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