gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1163: clean up mc


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1163: clean up mc
Date: Wed, 14 Nov 2012 23:15:53 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1163
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-14 23:15:53 +0100
message:
  clean up mc
added:
  gnu/mc/config.mk
modified:
  gnu/mc/Makefile
=== modified file 'gnu/mc/Makefile'
--- a/gnu/mc/Makefile   2010-06-11 09:29:17 +0000
+++ b/gnu/mc/Makefile   2012-11-14 22:15:53 +0000
@@ -1,16 +1,19 @@
 GARNAME = mc
 GARVERSION = 4.6.1
+HOME_URL = http://www.gnu.org/software/mc
+DESCRIPTION = GNU Midnight Commander, a two-paned file manager
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = mc/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/mc
-DESCRIPTION = GNU Midnight Commander
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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