From f9187eef1355dc67dd051aabb89fdd2c62b904a7 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 13 May 2010 00:29:37 +0200 Subject: libraries/gnome-python-extras: Updated for version 2.25.3 --- libraries/gnome-python-extras/gnome-python-extras.SlackBuild | 6 +++++- libraries/gnome-python-extras/gnome-python-extras.info | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libraries/gnome-python-extras/gnome-python-extras.SlackBuild b/libraries/gnome-python-extras/gnome-python-extras.SlackBuild index 812fbdf8be..9d91b4de8b 100644 --- a/libraries/gnome-python-extras/gnome-python-extras.SlackBuild +++ b/libraries/gnome-python-extras/gnome-python-extras.SlackBuild @@ -15,10 +15,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 @@ -44,6 +47,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --docdir=/usr/doc/$PRGNAM-$VERSION \ @@ -70,4 +74,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/libraries/gnome-python-extras/gnome-python-extras.info b/libraries/gnome-python-extras/gnome-python-extras.info index d456618fae..acb2c62923 100644 --- a/libraries/gnome-python-extras/gnome-python-extras.info +++ b/libraries/gnome-python-extras/gnome-python-extras.info @@ -2,7 +2,9 @@ PRGNAM="gnome-python-extras" VERSION="2.25.3" HOMEPAGE="http://www.gnome.org/" DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-2.25.3.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="9f3b7ec5c57130b96061cb486b79c076" +MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" APPROVED="rworkman" -- cgit v1.2.3