mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libmsiecf: Updated for version 20150106.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9db8d7e4c
commit
8284891384
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libmsiecf
|
# Slackware build script for libmsiecf
|
||||||
|
|
||||||
# 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 v20141025 December 2014 Barry J. Grundy <bgrundy(at)linuxleo.com
|
# Updated v20150106 January 2015 Barry J. Grundy <bgrundy(at)linuxleo.com
|
||||||
|
|
||||||
PRGNAM=libmsiecf
|
PRGNAM=libmsiecf
|
||||||
VERSION=${VERSION:-20141025}
|
VERSION=${VERSION:-20150106}
|
||||||
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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libmsiecf"
|
PRGNAM="libmsiecf"
|
||||||
VERSION="20141025"
|
VERSION="20150106"
|
||||||
HOMEPAGE="https://github.com/libyal/libmsiecf"
|
HOMEPAGE="https://github.com/libyal/libmsiecf"
|
||||||
DOWNLOAD="https://github.com/libyal/libmsiecf/releases/download/20141025/libmsiecf-alpha-20141025.tar.gz"
|
DOWNLOAD="https://github.com/libyal/libmsiecf/releases/download/20150106/libmsiecf-alpha-20150106.tar.gz"
|
||||||
MD5SUM="2bfaa9b37e9b8ef656cc68c55ac69f3d"
|
MD5SUM="093d8ab0c32632cd4ca1916f85406b59"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue