gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1074: clean up termcap and fix instal


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1074: clean up termcap and fix installation
Date: Tue, 06 Nov 2012 22:50:24 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1074
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-06 22:50:24 +0100
message:
  clean up termcap and fix installation
added:
  gnu/termcap/config.mk
modified:
  gnu/termcap/Makefile
  gnu/termcap/sha256sums
=== modified file 'gnu/termcap/Makefile'
--- a/gnu/termcap/Makefile      2012-09-01 19:58:53 +0000
+++ b/gnu/termcap/Makefile      2012-11-06 21:50:24 +0000
@@ -1,19 +1,23 @@
 GARNAME = termcap
 GARVERSION = 1.3.1
+HOME_URL = http://www.gnu.org/software/termcap
+DESCRIPTION = A library to use display terminals in a terminal-independent \
+manner
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = termcap/
 
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/termcap
-# DESCRIPTION = 
+SIGFILES = 
+PATCHFILES = fix-install.diff
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
 
-CONFIGURE_OPTS = --disable-install-termcap
-INSTALL_ARGS += oldincludedir=""
+CONFIGURE_ARGS += oldincludedir=""

=== added file 'gnu/termcap/config.mk'
--- a/gnu/termcap/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/termcap/config.mk     2012-11-06 21:50:24 +0000
@@ -0,0 +1,6 @@
+## Configuration options for termcap ##
+
+# You probably don't want to try to install the termcap file unless
+# you are installing it system-wide with GSRC
+CONFIGURE_OPTS ?= #--disable-install-termcap
+BUILD_OPTS ?=

=== modified file 'gnu/termcap/sha256sums'
--- a/gnu/termcap/sha256sums    2010-07-20 08:01:28 +0000
+++ b/gnu/termcap/sha256sums    2012-11-06 21:50:24 +0000
@@ -1,1 +1,2 @@
 91a0e22e5387ca4467b5bcb18edf1c51b930262fd466d5fda396dd9d26719100  
download/termcap-1.3.1.tar.gz
+4856982c31d2df1972b7d8a20a8df9e16081bc5f1e16ac68bbf41cee2317f53f  
download/fix-install.diff


reply via email to

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