summaryrefslogtreecommitdiffstats
path: root/desktop/scrotwm/scrotwm.SlackBuild
diff options
context:
space:
mode:
author Daniel LEVAI2010-10-25 13:44:41 +0200
committer Erik Hanson2010-10-25 14:55:30 +0200
commitf4d7e8aa5580a0aeb4da018f3d4f199df01c8d7f (patch)
treeb877711080323684a17658d955b2f17f4f1234f2 /desktop/scrotwm/scrotwm.SlackBuild
parent20fecf1f15a23cd7469e2508bbb63edc12a5d722 (diff)
downloadslackbuilds-f4d7e8aa5580a0aeb4da018f3d4f199df01c8d7f.tar.gz
desktop/scrotwm: Updated for version 0.9.27.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/scrotwm/scrotwm.SlackBuild')
-rw-r--r--desktop/scrotwm/scrotwm.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/desktop/scrotwm/scrotwm.SlackBuild b/desktop/scrotwm/scrotwm.SlackBuild
index 895ba95eb6..65fca1c913 100644
--- a/desktop/scrotwm/scrotwm.SlackBuild
+++ b/desktop/scrotwm/scrotwm.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh -e
-
+
# Copyright (c) 2010 Daniel LEVAI
# All rights reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
@@ -13,7 +13,7 @@
# * Neither the name of the <organization> nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
-#
+#
# THIS SOFTWARE IS PROVIDED ''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
@@ -28,16 +28,14 @@
# Build script for scrotwm
PRGNAM=scrotwm
-VERSION=0.9.26
+VERSION=0.9.27
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
@@ -50,7 +48,7 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ];then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
+elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
@@ -93,7 +91,7 @@ strip --strip-unneeded $PKG/usr/bin/scrotwm
# Fixup the manpages
( cd $PKG/usr/man
mkdir -p {es,it,ru}/man1
- for i in es it ru ; do
+ for i in es it ru ; do
mkdir -p $i/man1
mv man1/scrotwm_$i.1 $i/man1/scrotwm.1
done