gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1179: clean up gzip


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1179: clean up gzip
Date: Sat, 17 Nov 2012 17:30:51 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1179
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 17:30:51 +0100
message:
  clean up gzip
added:
  gnu/gzip/config.mk
modified:
  gnu/gzip/Makefile
=== modified file 'gnu/gzip/Makefile'
--- a/gnu/gzip/Makefile 2012-08-21 09:48:12 +0000
+++ b/gnu/gzip/Makefile 2012-11-17 16:30:51 +0000
@@ -1,16 +1,19 @@
 GARNAME = gzip
 GARVERSION = 1.5
+HOME_URL = http://www.gnu.org/software/gzip/
+DESCRIPTION = The GNU zip compression program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gzip/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/gzip/
-DESCRIPTION = Gzip, the GNU zip compression program
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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