gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1114: clean up gtypist


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1114: clean up gtypist
Date: Sun, 11 Nov 2012 11:38:22 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1114
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 11:38:22 +0100
message:
  clean up gtypist
added:
  gnu/gtypist/config.mk
modified:
  gnu/gtypist/Makefile
=== modified file 'gnu/gtypist/Makefile'
--- a/gnu/gtypist/Makefile      2012-08-25 20:45:48 +0000
+++ b/gnu/gtypist/Makefile      2012-11-11 10:38:22 +0000
@@ -1,18 +1,22 @@
 GARNAME = gtypist
 GARVERSION = 2.9.1
+HOME_URL = http://www.gnu.org/software/gtypist/
+DESCRIPTION = GNU Typist
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gtypist/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = ncursesw libiconv
-CONFIGURE_OPTS = --with-libiconv-prefix=$(prefix)
-LDFLAGS = -liconv 
 
-HOME_URL = http://www.gnu.org/software/gtypist/
-DESCRIPTION = GNU Typist
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix)
+LDFLAGS += -liconv 

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


reply via email to

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