libraries/libolecf: Updated for version 20160814.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2016-08-26 00:29:06 +01:00 committed by David Spencer
parent 6102f50c45
commit 95290b9494
4 changed files with 14 additions and 13 deletions

View File

@ -3,3 +3,4 @@ libolecf (libYAL OLE 2 library)
Library and tools to access the OLE 2 Compound File (OLECF) format. The OLE 2
Compound File format is used to store certain versions of Microsoft Office
files, thumbs.db and other file formats.

View File

@ -22,17 +22,17 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v20160107 March 2016 Barry J. Grundy
# Updated v20160814 August 2016 Barry J. Grundy
PRGNAM=libolecf
VERSION=${VERSION:-20160107}
VERSION=${VERSION:-20160814}
STATUS=${STATUS:-alpha}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="libolecf"
VERSION="20160107"
VERSION="20160814"
HOMEPAGE="https://github.com/libyal/libolecf"
DOWNLOAD="https://github.com/libyal/libolecf/releases/download/20160107/libolecf-alpha-20160107.tar.gz"
MD5SUM="3eee1c0d1354081ccb9375cccb66bd0b"
DOWNLOAD="https://github.com/libyal/libolecf/releases/download/20160814/libolecf-alpha-20160814.tar.gz"
MD5SUM="ddb66eabd00bd19384537d095ef55e9f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
libolecf: libolecf (libYAL OLE 2 library)
libolecf:
libolecf:
libolecf: Library and tools to access the OLE 2 Compound File (OLECF) format.
libolecf: The OLE 2 Compound File format is used to store certain versions of
libolecf: Microsoft Office files, thumbs.db and other file formats.
libolecf:
libolecf: The OLE 2 Compound File format is used to store certain versions of
libolecf: Microsoft Office files, thumbs.db and other file formats.
libolecf:
libolecf: Homepage: https://github.com/libyal/libolecf
libolecf:
libolecf:
libolecf:
libolecf:
libolecf: