From f2bed9ef0c7fabc2468b62fae7609c84279e489a Mon Sep 17 00:00:00 2001 From: Guillermo Bonvehi Date: Thu, 13 May 2010 00:37:53 +0200 Subject: network/pidgin-otr: Updated for version 3.2.0 --- network/pidgin-otr/pidgin-otr.SlackBuild | 6 +++++- network/pidgin-otr/pidgin-otr.info | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'network') diff --git a/network/pidgin-otr/pidgin-otr.SlackBuild b/network/pidgin-otr/pidgin-otr.SlackBuild index 1cded875ff61..f29aa23b797d 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 227ac9bd3a2d..b453326996fc 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" -- cgit v1.2.3