gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1185: clean up nano


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1185: clean up nano
Date: Sat, 17 Nov 2012 19:20:21 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1185
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-17 19:20:21 +0100
message:
  clean up nano
added:
  gnu/nano/config.mk
modified:
  gnu/nano/Makefile
=== modified file 'gnu/nano/Makefile'
--- a/gnu/nano/Makefile 2012-08-25 22:15:17 +0000
+++ b/gnu/nano/Makefile 2012-11-17 18:20:21 +0000
@@ -1,16 +1,19 @@
 GARNAME = nano
 GARVERSION = 2.3.1
+HOME_URL = http://www.gnu.org/software/nano/
+DESCRIPTION = A simple text editor similar to Pico
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = nano/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/nano/
-DESCRIPTION = GNU nano
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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


reply via email to

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