diff options
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 |
commit | f2bed9ef0c7fabc2468b62fae7609c84279e489a (patch) | |
tree | 189d643f2c37aa6359d3a77e8f8c6c34d38b6165 /network/pidgin-otr | |
parent | 15d5cb6ac8f59e3dfa10c3d34b63918d6b07622c (diff) | |
download | slackbuilds-f2bed9ef0c7fabc2468b62fae7609c84279e489a.tar.gz |
network/pidgin-otr: Updated for version 3.2.0
Diffstat (limited to 'network/pidgin-otr')
-rw-r--r-- | network/pidgin-otr/pidgin-otr.SlackBuild | 6 | ||||
-rw-r--r-- | network/pidgin-otr/pidgin-otr.info | 2 |
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" |