summaryrefslogtreecommitdiffstats
path: root/libraries/libetonyek/libetonyek.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen <orbea@fredslev.dk>2019-02-08 20:46:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-08 20:46:53 +0700
commitf0ca4d50e262b82b646e6f4004609dce7efbca9b (patch)
treedd12e628df0e6af5a08b3a8654a81175cc33f8ce /libraries/libetonyek/libetonyek.SlackBuild
parentb4ccf66199a89bd9a38661b358166ef8b2b4482a (diff)
downloadslackbuilds-f0ca4d50e262b82b646e6f4004609dce7efbca9b.tar.gz
slackbuilds-f0ca4d50e262b82b646e6f4004609dce7efbca9b.tar.xz
libraries/libetonyek: Updated for version 0.1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libetonyek/libetonyek.SlackBuild')
-rw-r--r--libraries/libetonyek/libetonyek.SlackBuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/libraries/libetonyek/libetonyek.SlackBuild b/libraries/libetonyek/libetonyek.SlackBuild
index b46f76c5e4..6addd48d74 100644
--- a/libraries/libetonyek/libetonyek.SlackBuild
+++ b/libraries/libetonyek/libetonyek.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libetonyek
-# Copyright 2015-2018 Hunter Sezen California, USA
+# Copyright 2015-2019 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libetonyek
-VERSION=${VERSION:-0.1.8}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.1.9}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -80,10 +80,6 @@ else
cppunit='--disable-tests'
fi
-# configure fails with '--enable-tests' and glm-0.9.9.2,
-# but the header io.hpp is no longer used by libetonyek
-sed -i '/io.hpp/d' configure.ac
-
autoreconf -fi
CFLAGS="$SLKCFLAGS" \
@@ -99,8 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog FEATURES NEWS README TODO \