summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Audrius Kažukauskas2013-02-11 09:01:00 +0100
committer Erik Hanson2013-02-14 07:26:53 +0100
commit9ec1639e04a2ec87c29372820eec4eebe61621f4 (patch)
tree113485060cf4be30518c6f73d6d334264c2575c4 /system
parent81178625959bb1743ef7f7641f7796364f05e1bb (diff)
downloadslackbuilds-9ec1639e04a2ec87c29372820eec4eebe61621f4.tar.gz
system/dateutils: Updated for version 0.2.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/dateutils/dateutils.SlackBuild9
-rw-r--r--system/dateutils/dateutils.info8
-rw-r--r--system/dateutils/slack-desc2
3 files changed, 11 insertions, 8 deletions
diff --git a/system/dateutils/dateutils.SlackBuild b/system/dateutils/dateutils.SlackBuild
index 35f43c135d..f6dc61130c 100644
--- a/system/dateutils/dateutils.SlackBuild
+++ b/system/dateutils/dateutils.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for dateutils
-# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dateutils
-VERSION=${VERSION:-0.2.3}
+VERSION=${VERSION:-0.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,6 +81,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
+# Don't need this.
+rm -rf $PKG/usr/share
+
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
@@ -88,7 +91,7 @@ rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a 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/system/dateutils/dateutils.info b/system/dateutils/dateutils.info
index cea4b30e15..a68d86a4ff 100644
--- a/system/dateutils/dateutils.info
+++ b/system/dateutils/dateutils.info
@@ -1,8 +1,8 @@
PRGNAM="dateutils"
-VERSION="0.2.3"
-HOMEPAGE="http://hrop.fresse.org/dateutils/"
-DOWNLOAD="https://github.com/downloads/hroptatyr/dateutils/dateutils-0.2.3.tar.xz"
-MD5SUM="615c2d64d7c5ebc251145c2b9c59e49e"
+VERSION="0.2.4"
+HOMEPAGE="http://www.fresse.org/dateutils/"
+DOWNLOAD="https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-0.2.4.tar.xz"
+MD5SUM="c38e6459db88d00948c23d3990c60aa1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/dateutils/slack-desc b/system/dateutils/slack-desc
index 54b887fa90..173574d4da 100644
--- a/system/dateutils/slack-desc
+++ b/system/dateutils/slack-desc
@@ -12,7 +12,7 @@ dateutils: Dateutils are a bunch of tools that revolve around fiddling with date
dateutils: and times in the command line with a strong focus on use cases that
dateutils: arise when dealing with large amounts of financial data.
dateutils:
-dateutils: Homepage: http://hrop.fresse.org/dateutils/
+dateutils: Homepage: http://www.fresse.org/dateutils/
dateutils:
dateutils:
dateutils: