diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/ratpoison/ratpoison.SlackBuild | 26 | ||||
-rw-r--r-- | desktop/ratpoison/ratpoison.info | 4 |
2 files changed, 25 insertions, 5 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild index 8a813b80d6cb5..65d5e1cd0e205 100644 --- a/desktop/ratpoison/ratpoison.SlackBuild +++ b/desktop/ratpoison/ratpoison.SlackBuild @@ -5,6 +5,26 @@ # Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com) # SlackBuild adopted by Glenn Becker (burningc@sdf.org) +# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted. + +# This program is distributed in the hope that it will be useful, but +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You may have received a copy of the GNU General Public License along +# with this program (most likely, a file named COPYING). If not, see +# <https://www.gnu.org/licenses/>. + PRGNAM=ratpoison VERSION=${VERSION:-1.4.8} BUILD=${BUILD:-1} @@ -12,7 +32,7 @@ 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 @@ -23,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" LIBDIRDSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/desktop/ratpoison/ratpoison.info b/desktop/ratpoison/ratpoison.info index a9310bacb345b..4af56564e8ed2 100644 --- a/desktop/ratpoison/ratpoison.info +++ b/desktop/ratpoison/ratpoison.info @@ -6,5 +6,5 @@ MD5SUM="2e31e70f08e3a52d4fd9abe9ade36e83" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Glenn Becker" -EMAIL="glenn.becker@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryanpcmcquen@member.fsf.org" |