mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/libevtx: Updated for version 20150105.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d59152d321
commit
b7926db6c4
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libevtx
|
||||
|
||||
# Copyright 2014 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2015 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,11 +22,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v20140731 December 2014 Barry J. Grundy <bgrundy(at)linuxleo.com
|
||||
# Updated v20150105 January 2015 Barry J. Grundy
|
||||
|
||||
PRGNAM=libevtx
|
||||
STATUS=${STATUS:-alpha}
|
||||
VERSION=${VERSION:-20141112}
|
||||
VERSION=${VERSION:-20150105}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -91,7 +91,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 -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL README $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="libevtx"
|
||||
VERSION="20141112"
|
||||
VERSION="20150105"
|
||||
HOMEPAGE="https://github.com/libyal/libevtx"
|
||||
DOWNLOAD="https://github.com/libyal/libevtx/releases/download/20141112/libevtx-alpha-20141112.tar.gz"
|
||||
MD5SUM="e0e86ffcdfbc1cf33859e3683b6f5de9"
|
||||
DOWNLOAD="https://github.com/libyal/libevtx/releases/download/20150105/libevtx-alpha-20150105.tar.gz"
|
||||
MD5SUM="30511438108b9e2c59cde1131c37e2de"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue