summaryrefslogtreecommitdiff
path: root/games/peg-e/peg-e.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/peg-e/peg-e.SlackBuild')
-rw-r--r--games/peg-e/peg-e.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/peg-e/peg-e.SlackBuild b/games/peg-e/peg-e.SlackBuild
index d0da6a1dd1..7102ca5350 100644
--- a/games/peg-e/peg-e.SlackBuild
+++ b/games/peg-e/peg-e.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=peg-e
-VERSION=${VERSION:-1.1.1.1}
+VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,11 +51,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-qmake PREFIX=/usr BINDIR=games -o Makefile $PRGNAM.pro
+qmake QMAKE_CFLAGS+="$SLKCFLAGS" QMAKE_CXXFLAGS+="$SLKCFLAGS" \
+ PREFIX=/usr BINDIR=games -o Makefile $PRGNAM.pro
-make \
- CFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)" \
- CXXFLAGS="-pipe $SLKCFLAGS -Wall -W -D_REENTRANT \$(DEFINES)"
+make
make install INSTALL_ROOT=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \