summaryrefslogtreecommitdiffstats
path: root/network/pidgin-otr
diff options
context:
space:
mode:
author Guillermo Bonvehi <gbonvehi@gmail.com>2010-05-13 00:37:53 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:37:53 +0200
commitf2bed9ef0c7fabc2468b62fae7609c84279e489a (patch)
tree189d643f2c37aa6359d3a77e8f8c6c34d38b6165 /network/pidgin-otr
parent15d5cb6ac8f59e3dfa10c3d34b63918d6b07622c (diff)
downloadslackbuilds-f2bed9ef0c7fabc2468b62fae7609c84279e489a.tar.gz
slackbuilds-f2bed9ef0c7fabc2468b62fae7609c84279e489a.tar.xz
network/pidgin-otr: Updated for version 3.2.0
Diffstat (limited to 'network/pidgin-otr')
-rw-r--r--network/pidgin-otr/pidgin-otr.SlackBuild6
-rw-r--r--network/pidgin-otr/pidgin-otr.info2
2 files changed, 7 insertions, 1 deletions
diff --git a/network/pidgin-otr/pidgin-otr.SlackBuild b/network/pidgin-otr/pidgin-otr.SlackBuild
index 1cded875ff..f29aa23b79 100644
--- a/network/pidgin-otr/pidgin-otr.SlackBuild
+++ b/network/pidgin-otr/pidgin-otr.SlackBuild
@@ -35,10 +35,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
set -e
@@ -56,6 +59,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-static=no \
@@ -84,4 +88,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/network/pidgin-otr/pidgin-otr.info b/network/pidgin-otr/pidgin-otr.info
index 227ac9bd3a..b453326996 100644
--- a/network/pidgin-otr/pidgin-otr.info
+++ b/network/pidgin-otr/pidgin-otr.info
@@ -3,6 +3,8 @@ VERSION="3.2.0"
HOMEPAGE="http://www.cypherpunks.ca/otr/"
DOWNLOAD="http://www.cypherpunks.ca/otr/pidgin-otr-3.2.0.tar.gz"
MD5SUM="8af70b654b7d7c5a5b7785699ff562f9"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Guillermo Bonvehi"
EMAIL="gbonvehi@gmail.com"
APPROVED="rworkman"