diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-11-05 17:59:43 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:16 +0100 |
commit | 0c805f50e67aab2b15ecb9fdb66040d347463e0a (patch) | |
tree | e0d3a6a0f0fd6c087e5498c5a649e88c0030ca2a /system/numlockx/numlockx.SlackBuild | |
parent | b3d9c17db3b6e80ff617ff1a0c9c75966ff914b8 (diff) | |
download | slackbuilds-0c805f50e67aab2b15ecb9fdb66040d347463e0a.tar.gz |
system/numlockx: Updated for version 1.2. New Maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/numlockx/numlockx.SlackBuild')
-rw-r--r-- | system/numlockx/numlockx.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/numlockx/numlockx.SlackBuild b/system/numlockx/numlockx.SlackBuild index ddadac9826..2287ffa748 100644 --- a/system/numlockx/numlockx.SlackBuild +++ b/system/numlockx/numlockx.SlackBuild @@ -8,17 +8,18 @@ # Granted WTFPLv2, as published by Sam Hocevar dec'04. # For details see http://sam.zoy.org/wtfpl/COPYING +# Maintained as of version 1.2 by Niels Horn <niels.horn@gmail.com> +# Revision date: 2010/10/26 + PRGNAM=numlockx -VERSION=${VERSION:-1.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -64,7 +65,7 @@ CFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --x-libraries="/usr/lib/X11" \ + --x-libraries="/usr/lib${LIBDIRSUFFIX}/X11" \ --x-includes="/usr/include/X11" \ --build=$ARCH-slackware-linux |