gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1260: clean up which


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1260: clean up which
Date: Wed, 21 Nov 2012 22:44:18 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1260
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 22:44:18 +0100
message:
  clean up which
added:
  gnu/which/config.mk
modified:
  gnu/which/Makefile
=== modified file 'gnu/which/Makefile'
--- a/gnu/which/Makefile        2010-06-11 09:29:17 +0000
+++ b/gnu/which/Makefile        2012-11-21 21:44:18 +0000
@@ -1,16 +1,19 @@
 GARNAME = which
 GARVERSION = 2.20
+HOME_URL = http://ftp.gnu.org/gnu/which/
+DESCRIPTION = Print the full path of executables in your PATH
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = which/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = readline
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://ftp.gnu.org/gnu/which/
-DESCRIPTION = GNU which
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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