gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1243: clean up termutils but build fa


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1243: clean up termutils but build fails
Date: Wed, 21 Nov 2012 18:45:39 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1243
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 18:45:39 +0100
message:
  clean up termutils but build fails
added:
  gnu/termutils/config.mk
  gnu/termutils/sha256sums
modified:
  TODO
  gnu/termutils/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-21 17:09:11 +0000
+++ b/TODO      2012-11-21 17:45:39 +0000
@@ -142,4 +142,5 @@
 ** sovix (retired package, low priority): installation must be done manually
 ** spacechart: gnome hell
 ** swbis: won't include tar.h properly(?)
+** termutils: weird string.h build error
 

=== modified file 'gnu/termutils/Makefile'
--- a/gnu/termutils/Makefile    2010-06-15 12:48:11 +0000
+++ b/gnu/termutils/Makefile    2012-11-21 17:45:39 +0000
@@ -1,16 +1,19 @@
 GARNAME = termutils
 GARVERSION = 2.0
+HOME_URL = http://www.gnu.org/software/termutils
+DESCRIPTION = Provides the tput and tabs terminal utilities
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = termutils/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/termutils
-# DESCRIPTION = 
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

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

=== added file 'gnu/termutils/sha256sums'
--- a/gnu/termutils/sha256sums  1970-01-01 00:00:00 +0000
+++ b/gnu/termutils/sha256sums  2012-11-21 17:45:39 +0000
@@ -0,0 +1,1 @@
+4c2b3721a88b58b8a3918bf57b043fbd446ba334a2153a88305c9bf66f31f403  
download/termutils-2.0.tar.gz


reply via email to

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