diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2015-01-22 06:24:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-22 06:34:17 +0700 |
commit | 758db53782e8b1a933360d6561cb0b4ee78e7eb4 (patch) | |
tree | 2b1b3d0c9e1e66d43926aa7159a4649e06f3e3fc /libraries/libolecf | |
parent | 8284891384316ee31f138094a74637687f5fdcfb (diff) | |
download | slackbuilds-758db53782e8b1a933360d6561cb0b4ee78e7eb4.tar.gz |
libraries/libolecf: Updated for version 20150106.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libolecf')
-rw-r--r-- | libraries/libolecf/libolecf.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libolecf/libolecf.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libolecf/libolecf.SlackBuild b/libraries/libolecf/libolecf.SlackBuild index 62552ec4b4..66955c88ea 100644 --- a/libraries/libolecf/libolecf.SlackBuild +++ b/libraries/libolecf/libolecf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libolecf -# 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,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated v20141026 December 2014 Barry J. Grundy <bgrundy(at)linuxleo.com +# Updated v20150106 January 2015 Barry J. Grundy PRGNAM=libolecf -VERSION=${VERSION:-20141026} +VERSION=${VERSION:-20150106} STATUS=${STATUS:-alpha} 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 diff --git a/libraries/libolecf/libolecf.info b/libraries/libolecf/libolecf.info index 12e5403575..8a31f6cf4b 100644 --- a/libraries/libolecf/libolecf.info +++ b/libraries/libolecf/libolecf.info @@ -1,8 +1,8 @@ PRGNAM="libolecf" -VERSION="20141026" +VERSION="20150106" HOMEPAGE="https://github.com/libyal/libolecf" -DOWNLOAD="https://github.com/libyal/libolecf/releases/download/20141026/libolecf-alpha-20141026.tar.gz" -MD5SUM="ca8e3a065c90d0385e90678e399fc763" +DOWNLOAD="https://github.com/libyal/libolecf/releases/download/20150106/libolecf-alpha-20150106.tar.gz" +MD5SUM="3d517369dde36cf31fb3189eb2efb0dd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |