libraries/libqcow: Updated for version 20150105.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2015-01-22 06:24:54 +07:00 committed by Willy Sudiarto Raharjo
parent 758db53782
commit a8c889b6b8
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libqcow # Slackware build script for libqcow
# Copyright 2014 Barry J. Grundy (bgrundy<at>linuxleo.com) # Copyright 2014-2015 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -22,10 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v20141201 December 2014 Barry J. Grundy <bgrundy(at)linuxleo.com # Updated v20150105 Barry J. Grundy
PRGNAM=libqcow PRGNAM=libqcow
VERSION=${VERSION:-20141201} VERSION=${VERSION:-20150105}
STATUS=${STATUS:-alpha} STATUS=${STATUS:-alpha}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} 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 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 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 cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="libqcow" PRGNAM="libqcow"
VERSION="20141201" VERSION="20150105"
HOMEPAGE="https://github.com/libyal/libqcow" HOMEPAGE="https://github.com/libyal/libqcow"
DOWNLOAD="https://github.com/libyal/libqcow/releases/download/20141201/libqcow-alpha-20141201.tar.gz" DOWNLOAD="https://github.com/libyal/libqcow/releases/download/20150105/libqcow-alpha-20150105.tar.gz"
MD5SUM="fceec4706b2c3bc0e8f05a621a0ad060" MD5SUM="e7e89182c9ccd8d7be51443d83846b70"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""