gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1265: clean up zile


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1265: clean up zile
Date: Wed, 21 Nov 2012 23:05:29 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1265
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 23:05:29 +0100
message:
  clean up zile
added:
  gnu/zile/config.mk
modified:
  gnu/zile/Makefile
=== modified file 'gnu/zile/Makefile'
--- a/gnu/zile/Makefile 2012-10-03 18:29:43 +0000
+++ b/gnu/zile/Makefile 2012-11-21 22:05:29 +0000
@@ -1,16 +1,19 @@
 GARNAME = zile
 GARVERSION = 2.4.9
+HOME_URL = http://www.gnu.org/software/zile/
+DESCRIPTION = A lightweight Emacs clone
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = zile/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = ncurses help2man
 LIBDEPS = gc
 
-HOME_URL = http://www.gnu.org/software/zile/
-DESCRIPTION = GNU Zile, a lightweight Emacs clone
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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