diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2012-12-02 12:33:58 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:48 -0500 |
commit | b9742d201e59ceb3c8dbc39e2b4ef4d1e9ba4cfc (patch) | |
tree | b2c8ce116dd89827fcf8dd3723a638f963d3d592 | |
parent | c652a97d08969c84db34c3124676ed85f00a8bf6 (diff) | |
download | slackbuilds-b9742d201e59ceb3c8dbc39e2b4ef4d1e9ba4cfc.tar.gz |
games/xye: Updated for version 0.12.1
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | games/xye/xye.SlackBuild | 26 | ||||
-rw-r--r-- | games/xye/xye.info | 6 |
2 files changed, 25 insertions, 7 deletions
diff --git a/games/xye/xye.SlackBuild b/games/xye/xye.SlackBuild index 95f57f9ae8..25de630da0 100644 --- a/games/xye/xye.SlackBuild +++ b/games/xye/xye.SlackBuild @@ -4,11 +4,29 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> -# Maintained by Bill Kirkpatrick <bkirkp@gmail.com> +# Copyright 2012 Bill Kirkpatrick <bkirkp@gmail.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xye -VERSION=${VERSION:-0.12.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.12.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -52,7 +70,7 @@ find . \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; - + # add gcc-4.7 patch patch -p1 -i $CWD/gcc-4.7.patch diff --git a/games/xye/xye.info b/games/xye/xye.info index 126a6ae1df..3a00da5d49 100644 --- a/games/xye/xye.info +++ b/games/xye/xye.info @@ -1,8 +1,8 @@ PRGNAM="xye" -VERSION="0.12.0" +VERSION="0.12.1" HOMEPAGE="http://xye.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/xye/xye-0.12.0.tar.gz" -MD5SUM="25c44973d946294a30b5ca8821440866" +DOWNLOAD="http://downloads.sourceforge.net/xye/xye-0.12.1.tar.gz" +MD5SUM="d6482d7490c11baacab4ca2df436af4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |