system/dateutils: Updated for version 0.4.2.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2017-09-03 14:12:31 +03:00 committed by Willy Sudiarto Raharjo
parent 486dec0a08
commit 6c5c478ace
2 changed files with 5 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dateutils
VERSION=${VERSION:-0.4.1}
VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
set -eu
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -81,9 +81,6 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
# Remove empty directory.
rmdir $PKG/usr/lib
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

View file

@ -1,8 +1,8 @@
PRGNAM="dateutils"
VERSION="0.4.1"
VERSION="0.4.2"
HOMEPAGE="http://www.fresse.org/dateutils/"
DOWNLOAD="https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-0.4.1.tar.xz"
MD5SUM="61262ed30187767b4c0130069816f777"
DOWNLOAD="https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-0.4.2.tar.xz"
MD5SUM="6ef4d3e6697588ef370e2174639535df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""