system/xbindkeys: Updated for version 1.8.2

This commit is contained in:
Erik Hanson 2010-05-11 22:27:14 +02:00 committed by David Somero
parent 63c1919bbc
commit 5ab9830107
2 changed files with 8 additions and 5 deletions

View file

@ -5,10 +5,11 @@
# Modified by the SlackBuilds.org project
PRGNAM=xbindkeys
VERSION=1.8.1
VERSION=1.8.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -18,6 +19,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="xbindkeys"
VERSION="1.8.1"
VERSION="1.8.2"
HOMEPAGE="http://hocwp.free.fr/xbindkeys/xbindkeys.html"
DOWNLOAD="http://hocwp.free.fr/xbindkeys/xbindkeys-1.8.1.tar.gz"
MD5SUM="ea89c2def63d57297ed7bbade8696203"
DOWNLOAD="http://hocwp.free.fr/xbindkeys/xbindkeys-1.8.2.tar.gz"
MD5SUM="ad1abd56e758bc108493ad0e5b862ad3"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="rworkman"
APPROVED="David Somero"