gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1044: clean up gnu-arch and make the


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1044: clean up gnu-arch and make the build script actually do something
Date: Sat, 03 Nov 2012 01:38:31 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1044
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-03 01:38:31 +0100
message:
  clean up gnu-arch and make the build script actually do something
added:
  gnu/gnu-arch/config.mk
modified:
  gnu/gnu-arch/Makefile
=== modified file 'gnu/gnu-arch/Makefile'
--- a/gnu/gnu-arch/Makefile     2010-07-09 10:07:14 +0000
+++ b/gnu/gnu-arch/Makefile     2012-11-03 00:38:31 +0000
@@ -1,16 +1,23 @@
 GARNAME =  tla
 GARVERSION = 1.3.5
+HOME_URL = http://www.gnu.org/software/gnu-arch/
+DESCRIPTION = A distributed revision control system (legacy)
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = gnu-arch/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/gnu-arch/
-DESCRIPTION = GNU Arch (legacy)
+WORKOBJ = $(WORKDIR)/build
+CONFIGURE_SCRIPTS = $(WORKSRC)/src/configure
+BUILD_SCRIPTS = $(WORKOBJ)/Makefile
+INSTALL_SCRIPTS = $(WORKOBJ)/Makefile
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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