gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1230: clean up sourceinstall


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1230: clean up sourceinstall
Date: Wed, 21 Nov 2012 11:09:19 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1230
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 11:09:19 +0100
message:
  clean up sourceinstall
added:
  gnu/sourceinstall/config.mk
modified:
  gnu/sourceinstall/Makefile
=== modified file 'gnu/sourceinstall/Makefile'
--- a/gnu/sourceinstall/Makefile        2011-01-30 20:04:29 +0000
+++ b/gnu/sourceinstall/Makefile        2012-11-21 10:09:19 +0000
@@ -1,16 +1,19 @@
 GARNAME = sourceinstall
 GARVERSION = 2.5
+HOME_URL = http://www.gnu.org/software/sourceinstall
+DESCRIPTION = Easily install software from its source (CLI interface)
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = sourceinstall/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = libsrcinst
 
-HOME_URL = http://www.gnu.org/software/sourceinstall
-DESCRIPTION = GNU Source Installer (CLI interface)
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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