gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1115: clean up guile


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1115: clean up guile
Date: Sun, 11 Nov 2012 11:54:33 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1115
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 11:54:33 +0100
message:
  clean up guile
added:
  gnu/guile/config.mk
modified:
  gnu/guile/Makefile
=== modified file 'gnu/guile/Makefile'
--- a/gnu/guile/Makefile        2012-08-25 22:15:17 +0000
+++ b/gnu/guile/Makefile        2012-11-11 10:54:33 +0000
@@ -1,16 +1,22 @@
 GARNAME = guile
 GARVERSION = 2.0.6
+HOME_URL = http://www.gnu.org/software/guile/
+DESCRIPTION = An embeddable Scheme interpreter
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = guile/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = gc gmp libtool readline libunistring libffi
 
-HOME_URL = http://www.gnu.org/software/guile/
-DESCRIPTION = GNU Guile, an embeddable Scheme interpreter
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGIGURE_ARGS += --with-libreadline-prefix=$(prefix) \
+                   --with-libgmp-prefix=$(prefix) 

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


reply via email to

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