mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/dateutils: Updated for version 0.2.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
8117862595
commit
9ec1639e04
3 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue