gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1024: clean up gengetopt


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1024: clean up gengetopt
Date: Fri, 02 Nov 2012 00:23:47 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1024
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 00:23:47 +0100
message:
  clean up gengetopt
added:
  gnu/gengetopt/config.mk
modified:
  gnu/gengetopt/Makefile
=== modified file 'gnu/gengetopt/Makefile'
--- a/gnu/gengetopt/Makefile    2012-08-25 22:15:17 +0000
+++ b/gnu/gengetopt/Makefile    2012-11-01 23:23:47 +0000
@@ -1,16 +1,19 @@
 GARNAME = gengetopt
 GARVERSION = 2.22.5
+HOME_URL = http://www.gnu.org/software/gengetopt/
+DESCRIPTION = GNU Gengetopt, a command-line option parser generator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gengetopt/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/gengetopt/
-DESCRIPTION = GNU Gengetopt, a command-line option parser generator
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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