summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:25:21 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:25:21 +0200
commit9e153a710e7a237f3a289fb7f17cd75074ea362d (patch)
treec3755b64e31e54178d6ce57e9af0f667a920693d
parent86a926715f0b44bab31c1d4dcf224ff6d6753cec (diff)
downloadslackbuilds-9e153a710e7a237f3a289fb7f17cd75074ea362d.tar.gz
slackbuilds-9e153a710e7a237f3a289fb7f17cd75074ea362d.tar.xz
development/pyparsing: Updated for version 1.5.2
-rw-r--r--development/pyparsing/README2
-rw-r--r--development/pyparsing/pyparsing.SlackBuild5
-rw-r--r--development/pyparsing/pyparsing.info4
3 files changed, 8 insertions, 3 deletions
diff --git a/development/pyparsing/README b/development/pyparsing/README
index 2834826056..ac29972273 100644
--- a/development/pyparsing/README
+++ b/development/pyparsing/README
@@ -2,4 +2,4 @@ The pyparsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc
approach, or the use of regular expressions. The pyparsing
module provides a library of classes that client code uses to
-construct the grammar directly in Python code. \ No newline at end of file
+construct the grammar directly in Python code.
diff --git a/development/pyparsing/pyparsing.SlackBuild b/development/pyparsing/pyparsing.SlackBuild
index 973324c493..10483515ba 100644
--- a/development/pyparsing/pyparsing.SlackBuild
+++ b/development/pyparsing/pyparsing.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
@@ -74,4 +77,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/development/pyparsing/pyparsing.info b/development/pyparsing/pyparsing.info
index 3e40be1583..7e1f9dc056 100644
--- a/development/pyparsing/pyparsing.info
+++ b/development/pyparsing/pyparsing.info
@@ -2,7 +2,9 @@ PRGNAM="pyparsing"
VERSION="1.5.2"
HOMEPAGE="http://pyparsing.wikispaces.com/"
DOWNLOAD="http://downloads.sourceforge.net/pyparsing/pyparsing-1.5.2.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="13aed3cb21a427f8aeb0fe7ca472ba42"
-MAINTAINER="ppr:kut"
+MD5SUM_x86_64=""
+MAINTAINER="pprkut"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero"