diff options
author | larryhaja <larryhaja@gmail.com> | 2013-11-13 18:52:14 -0800 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-13 23:15:07 -0600 |
commit | d364cb0ce1deb8ec2f6da2149a37c2bcaaa3490f (patch) | |
tree | fe786404a25d6138a99d790794f7763a9b1c4bc7 /games/peg-e | |
parent | 4331977d9b0af60087d13a18104c3a7d470b9fa2 (diff) | |
download | slackbuilds-d364cb0ce1deb8ec2f6da2149a37c2bcaaa3490f.tar.gz |
games/peg-e: Upgraded to 1.1.2
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/peg-e')
-rw-r--r-- | games/peg-e/peg-e.SlackBuild | 9 | ||||
-rw-r--r-- | games/peg-e/peg-e.info | 6 |
2 files changed, 7 insertions, 8 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 \ diff --git a/games/peg-e/peg-e.info b/games/peg-e/peg-e.info index 3fd03dce1b..d7b1b9c616 100644 --- a/games/peg-e/peg-e.info +++ b/games/peg-e/peg-e.info @@ -1,8 +1,8 @@ PRGNAM="peg-e" -VERSION="1.1.1.1" +VERSION="1.1.2" HOMEPAGE="http://gottcode.org/peg-e/" -DOWNLOAD="http://gottcode.org/peg-e/peg-e-1.1.1.1-src.tar.bz2" -MD5SUM="81ccbd14a7f282ffdf98ff40cf12e703" +DOWNLOAD="http://gottcode.org/peg-e/peg-e-1.1.2-src.tar.bz2" +MD5SUM="36f63d22192e8e8b8dc2dbf5f33be7ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |