mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/linuxconsoletools: Updated for version 1.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
af19b2e74b
commit
1ee0a21c5a
3 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
diff -ur linuxconsoletools-1.4rc1.orig//docs/Makefile linuxconsoletools-1.4rc1/docs/Makefile
|
diff -ur linuxconsoletools-1.4.2.orig//docs/Makefile linuxconsoletools-1.4.2/docs/Makefile
|
||||||
--- linuxconsoletools-1.4rc1.orig//docs/Makefile 2011-04-04 07:20:32.000000000 +0200
|
--- linuxconsoletools-1.4.2.orig//docs/Makefile 2011-04-05 09:10:57.000000000 +0200
|
||||||
+++ linuxconsoletools-1.4rc1/docs/Makefile 2011-04-06 09:09:39.269000004 +0200
|
+++ linuxconsoletools-1.4.2/docs/Makefile 2011-11-04 10:42:19.097000004 +0100
|
||||||
@@ -26,7 +26,7 @@
|
@@ -26,7 +26,7 @@
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
|
|
@ -5,16 +5,14 @@
|
||||||
# Written by Roberto Neri <rneri@libero.it>
|
# Written by Roberto Neri <rneri@libero.it>
|
||||||
|
|
||||||
PRGNAM=linuxconsoletools
|
PRGNAM=linuxconsoletools
|
||||||
VERSION=${VERSION:-1.4rc1}
|
VERSION=${VERSION:-1.4.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="linuxconsoletools"
|
PRGNAM="linuxconsoletools"
|
||||||
VERSION="1.4rc1"
|
VERSION="1.4.2"
|
||||||
HOMEPAGE="http://sourceforge.net/projects/linuxconsole/"
|
HOMEPAGE="http://sourceforge.net/projects/linuxconsole/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/linuxconsole/linuxconsoletools-1.4rc1.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/project/linuxconsole/linuxconsoletools-1.4.2.tar.bz2"
|
||||||
MD5SUM="cc2bd7359fc949d6f8382593226721f3"
|
MD5SUM="51db9643890bd8a1cf501e4934552300"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Roberto Neri"
|
MAINTAINER="Roberto Neri"
|
||||||
|
|
Loading…
Reference in a new issue