summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Grigorios Bouzakis <grbzks@gmail.com>2010-05-13 00:28:16 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-13 00:28:16 +0200
commit3491199658d7b5515a753b4c193513a2de0a7248 (patch)
treef581d9faf783486d7271b1b722b8e672c6b7668f /graphics
parent7c33855fa970dee126063416d6c94427401e41c1 (diff)
downloadslackbuilds-3491199658d7b5515a753b4c193513a2de0a7248.tar.gz
slackbuilds-3491199658d7b5515a753b4c193513a2de0a7248.tar.xz
graphics/scrot: Updated for version 0.8
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scrot/scrot.SlackBuild11
-rw-r--r--graphics/scrot/scrot.info2
2 files changed, 11 insertions, 2 deletions
diff --git a/graphics/scrot/scrot.SlackBuild b/graphics/scrot/scrot.SlackBuild
index 60df2bf9a9..fe33b811ce 100644
--- a/graphics/scrot/scrot.SlackBuild
+++ b/graphics/scrot/scrot.SlackBuild
@@ -9,7 +9,7 @@ set -e
PRGNAM=scrot
VERSION=0.8
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -18,8 +18,13 @@ 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"
fi
rm -rf $PKG
@@ -35,6 +40,8 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
@@ -58,4 +65,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/graphics/scrot/scrot.info b/graphics/scrot/scrot.info
index 4bac0f0b53..dc180fd9f4 100644
--- a/graphics/scrot/scrot.info
+++ b/graphics/scrot/scrot.info
@@ -2,7 +2,9 @@ PRGNAM="scrot"
VERSION="0.8"
HOMEPAGE="http://linuxbrit.co.uk/scrot/"
DOWNLOAD="http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="ccae904d225609571bdd3b03445c1e88"
+MD5SUM_x86_64=""
MAINTAINER="Grigorios Bouzakis"
EMAIL="grbzks@gmail.com"
APPROVED="BP{k}"