gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1225: clean up shtool


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

------------------------------------------------------------
revno: 1225
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-20 23:48:36 +0100
message:
  clean up shtool
added:
  gnu/shtool/config.mk
modified:
  gnu/shtool/Makefile
=== modified file 'gnu/shtool/Makefile'
--- a/gnu/shtool/Makefile       2010-06-10 20:16:29 +0000
+++ b/gnu/shtool/Makefile       2012-11-20 22:48:36 +0000
@@ -1,16 +1,19 @@
 GARNAME = shtool
 GARVERSION = 2.0.8
+HOME_URL = http://www.gnu.org/software/shtool/
+DESCRIPTION = A multi-use portable shell tool
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = shtool/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/shtool/
-DESCRIPTION = GNU shtool
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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