summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Edinaldo P. Silva2017-07-23 16:29:21 +0200
committer David Spencer2017-07-23 16:29:21 +0200
commitd3a6944457189881b4df0a654c9db875934125af (patch)
tree9e1e3b6474fdceaa1dd3bab63f40fa0c79b2923d /misc
parent990190c38eae7e6ea446e7c90c470f05ecdd95c9 (diff)
downloadslackbuilds-d3a6944457189881b4df0a654c9db875934125af.tar.gz
misc/Colormake: Updated for version 20170221.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/Colormake/Colormake.SlackBuild13
-rw-r--r--misc/Colormake/Colormake.info6
-rw-r--r--misc/Colormake/README4
3 files changed, 13 insertions, 10 deletions
diff --git a/misc/Colormake/Colormake.SlackBuild b/misc/Colormake/Colormake.SlackBuild
index 711be3e022..2944f97a89 100644
--- a/misc/Colormake/Colormake.SlackBuild
+++ b/misc/Colormake/Colormake.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Colormake
-VERSION=${VERSION:-0.9.20140503}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20170221}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -54,13 +54,16 @@ else
LIBDIRSUFFIX=""
fi
+SRCVER=${SRCVER:-93dd19b5143b124208caab5e9b6d57b5e6ec02cb}
+
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCVER.tar.gz || tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
+mv $PRGNAM-$SRCVER $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -81,7 +84,7 @@ install -m755 colormake $PKG/usr/bin/
install -Dm755 colormake.pl $PKG/usr/share/$PRGNAM/colormake.pl
mkdir -p $PKG/usr/man/man1
-cp -a colormake.1 $PKG/usr/man/man1
+cp colormake.1 $PKG/usr/man/man1
(
cd $PKG/usr/bin
@@ -94,7 +97,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS BUGS ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
+cp AUTHORS BUGS ChangeLog COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/misc/Colormake/Colormake.info b/misc/Colormake/Colormake.info
index a1709ab3b1..b897d9c3fa 100644
--- a/misc/Colormake/Colormake.info
+++ b/misc/Colormake/Colormake.info
@@ -1,8 +1,8 @@
PRGNAM="Colormake"
-VERSION="0.9.20140503"
+VERSION="20170221"
HOMEPAGE="https://github.com/pagekite/Colormake/"
-DOWNLOAD="https://github.com/pagekite/Colormake/archive/0.9.20140503/Colormake-0.9.20140503.tar.gz"
-MD5SUM="5413fcc6d1e33a57b488be29e50f204d"
+DOWNLOAD="https://github.com/pagekite/Colormake/archive/93dd19b5143b124208caab5e9b6d57b5e6ec02cb.tar.gz"
+MD5SUM="28f4fc69afb99e54f8e988e16ed3d696"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/misc/Colormake/README b/misc/Colormake/README
index aa355f6c90..328063a13d 100644
--- a/misc/Colormake/README
+++ b/misc/Colormake/README
@@ -1,8 +1,8 @@
Colormake (a simple wrapper around make to colorize the output)
Colormake is a simple wrapper for making the output from make easier
-to read (more colorful), and errors easier to find in messy
-compilations. It was inspired by Micheal T. Babcock's excellent
+to read (more colorful), and errors easier to find in messy
+compilations. It was inspired by Micheal T. Babcock's excellent
logcolorize program.
To use, simply create a alias: alias make='colormake'