From 1ee0a21c5ac8f7f4183401b5664c64f8302cfade Mon Sep 17 00:00:00 2001 From: Roberto Neri Date: Sun, 11 Dec 2011 23:26:58 -0600 Subject: system/linuxconsoletools: Updated for version 1.4.2. Signed-off-by: Robby Workman --- system/linuxconsoletools/linuxconsoletools-1.4.2.diff | 13 +++++++++++++ system/linuxconsoletools/linuxconsoletools-1.4rc1.diff | 13 ------------- system/linuxconsoletools/linuxconsoletools.SlackBuild | 4 +--- system/linuxconsoletools/linuxconsoletools.info | 6 +++--- 4 files changed, 17 insertions(+), 19 deletions(-) create mode 100644 system/linuxconsoletools/linuxconsoletools-1.4.2.diff delete mode 100644 system/linuxconsoletools/linuxconsoletools-1.4rc1.diff diff --git a/system/linuxconsoletools/linuxconsoletools-1.4.2.diff b/system/linuxconsoletools/linuxconsoletools-1.4.2.diff new file mode 100644 index 0000000000..16860cb5d8 --- /dev/null +++ b/system/linuxconsoletools/linuxconsoletools-1.4.2.diff @@ -0,0 +1,13 @@ +diff -ur linuxconsoletools-1.4.2.orig//docs/Makefile linuxconsoletools-1.4.2/docs/Makefile +--- linuxconsoletools-1.4.2.orig//docs/Makefile 2011-04-05 09:10:57.000000000 +0200 ++++ linuxconsoletools-1.4.2/docs/Makefile 2011-11-04 10:42:19.097000004 +0100 +@@ -26,7 +26,7 @@ + PREFIX ?= /usr/local + + install: +- install -d $(DESTDIR)$(PREFIX)/share/man/man1 +- install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 ++ install -d $(DESTDIR)$(PREFIX)/man/man1 ++ install $(MANPAGES) $(DESTDIR)$(PREFIX)/man/man1 + + .PHONY: install diff --git a/system/linuxconsoletools/linuxconsoletools-1.4rc1.diff b/system/linuxconsoletools/linuxconsoletools-1.4rc1.diff deleted file mode 100644 index 6bd00c2eb4..0000000000 --- a/system/linuxconsoletools/linuxconsoletools-1.4rc1.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur linuxconsoletools-1.4rc1.orig//docs/Makefile linuxconsoletools-1.4rc1/docs/Makefile ---- linuxconsoletools-1.4rc1.orig//docs/Makefile 2011-04-04 07:20:32.000000000 +0200 -+++ linuxconsoletools-1.4rc1/docs/Makefile 2011-04-06 09:09:39.269000004 +0200 -@@ -26,7 +26,7 @@ - PREFIX ?= /usr/local - - install: -- install -d $(DESTDIR)$(PREFIX)/share/man/man1 -- install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 -+ install -d $(DESTDIR)$(PREFIX)/man/man1 -+ install $(MANPAGES) $(DESTDIR)$(PREFIX)/man/man1 - - .PHONY: install diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index 34def8fd45..52ebebc487 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -5,16 +5,14 @@ # Written by Roberto Neri PRGNAM=linuxconsoletools -VERSION=${VERSION:-1.4rc1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/system/linuxconsoletools/linuxconsoletools.info b/system/linuxconsoletools/linuxconsoletools.info index 2710c09ebf..220c3e6bbf 100644 --- a/system/linuxconsoletools/linuxconsoletools.info +++ b/system/linuxconsoletools/linuxconsoletools.info @@ -1,8 +1,8 @@ PRGNAM="linuxconsoletools" -VERSION="1.4rc1" +VERSION="1.4.2" HOMEPAGE="http://sourceforge.net/projects/linuxconsole/" -DOWNLOAD="http://downloads.sourceforge.net/project/linuxconsole/linuxconsoletools-1.4rc1.tar.bz2" -MD5SUM="cc2bd7359fc949d6f8382593226721f3" +DOWNLOAD="http://downloads.sourceforge.net/project/linuxconsole/linuxconsoletools-1.4.2.tar.bz2" +MD5SUM="51db9643890bd8a1cf501e4934552300" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Roberto Neri" -- cgit v1.2.3