system/xfsudo: Updated for version 0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
aaditya 2014-02-16 09:06:28 +07:00 committed by Willy Sudiarto Raharjo
parent 03f90b4bbe
commit c68349f229
3 changed files with 7 additions and 21 deletions

View file

@ -14,6 +14,6 @@ xfsudo:
xfsudo: Uses zenity to create the dialog box and sudo as backend to
xfsudo: run the program as root.
xfsufo:
xfsudo: URL - https://github.com/aadityabagga/xfsudo
xfsudo: URL - https://github.com/aadityabagga/xfsudo
xfsudo:
xfsudo:

View file

@ -2,7 +2,7 @@
# Slackware build script for xfsudo
# Copyright 2013 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2013-2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfsudo
VERSION=${VERSION:-0.2}
VERSION=${VERSION:-0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,20 +40,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="xfsudo"
VERSION="0.2"
HOMEPAGE="https://github.com/aadityabagga/xfsudo"
DOWNLOAD="http://downloads.sourceforge.net/mefiles/xfsudo-0.2.tar.gz"
MD5SUM="43b797efb28dceb0a2ef202bfdd1bec3"
VERSION="0.3"
HOMEPAGE="http://github.com/aadityabagga/xfsudo"
DOWNLOAD="http://github.com/aadityabagga/xfsudo/archive/0.3.tar.gz"
MD5SUM="345f460a9d261cb6f145363635b0818e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% zenity"