Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
3ed04d52b4
2 changed files with 18 additions and 0 deletions
  1. +11
    -0
      package/base/termutils/no-tput.diff
  2. +7
    -0
      package/base/termutils/termutils.conf

+ 11
- 0
package/base/termutils/no-tput.diff

@ -0,0 +1,11 @@
--- ./Makefile.in~ 1995-12-01 16:39:01.000000000 +0100
+++ ./Makefile.in 2006-10-22 02:21:47.000000000 +0200
@@ -76,7 +76,7 @@
${CONFIG_BOT} mkinstalldirs
DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
-PROGRAMS = tput tabs
+PROGRAMS = tabs
LIBRARIES = util
TEXINFOS = tput.texi

+ 7
- 0
package/base/termutils/termutils.conf

@ -0,0 +1,7 @@
if pkginstalled ncurses ; then
# ncurses also ships tput
var_append patchfiles ' ' "$confdir/no-tput.diff"
else
# install the tput info page
var_append makeopt ' ' '--install-info'
fi

Loading…
Cancel
Save