gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1227: clean up slib


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1227: clean up slib
Date: Tue, 20 Nov 2012 23:53:10 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1227
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-20 23:53:10 +0100
message:
  clean up slib
added:
  gnu/slib/config.mk
modified:
  gnu/slib/Makefile
=== modified file 'gnu/slib/Makefile'
--- a/gnu/slib/Makefile 2012-09-01 15:10:40 +0000
+++ b/gnu/slib/Makefile 2012-11-20 22:53:10 +0000
@@ -1,19 +1,21 @@
 GARNAME = slib
 GARVERSION = 3b3
+HOME_URL =  http://people.csail.mit.edu/jaffer/SLIB.html
+DESCRIPTION = A portable Scheme library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = slib/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
 PATCHFILES = fix-build.diff
-PATCHOPTS = -p2
-
-HOME_URL =  http://people.csail.mit.edu/jaffer/SLIB.html
-DESCRIPTION = A portable Scheme library
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+

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


reply via email to

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