gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1257: clean up wb


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1257: clean up wb
Date: Wed, 21 Nov 2012 22:34:12 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1257
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 22:34:12 +0100
message:
  clean up wb
added:
  gnu/wb/config.mk
modified:
  gnu/wb/Makefile
=== modified file 'gnu/wb/Makefile'
--- a/gnu/wb/Makefile   2012-09-01 21:34:19 +0000
+++ b/gnu/wb/Makefile   2012-11-21 21:34:12 +0000
@@ -1,28 +1,27 @@
 GARNAME = wb
 GARVERSION = 2b1
+HOME_URL =  http://people.csail.mit.edu/jaffer/WB
+DESCRIPTION = B-tree database
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = wb/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
 PATCHFILES = disable-csharp.patch
-PATCHOPTS = -p2
-
 WORKSRC = $(EXTRACTDIR)/wb
-
 CONFIGURE_SCRIPTS = $(WORKSRC)/configure
 BUILD_SCRIPTS = $(WORKSRC)/Makefile
 INSTALL_SCRIPTS = $(WORKSRC)/Makefile
 
 BUILDDEPS = scm
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL =  http://people.csail.mit.edu/jaffer/WB
-DESCRIPTION = B-tree database
+######################################################################
 
 include ../../gar.mk
+include config.mk
 
 post-configure:
        sed -i -e 's|\(\$${prefix}\)|\1/|' $(WORKSRC)/config.status

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


reply via email to

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