summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-05-13 00:33:17 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:33:17 +0200
commitd6ddf063e0a6b6f2ffc5f7c8bccd7f3f7bd344f0 (patch)
treec54d80df72d8350e79d88dca1d0c6534c25540ff /libraries
parentf05f4fe3247493d2b70c6ce349dd624706918e21 (diff)
downloadslackbuilds-d6ddf063e0a6b6f2ffc5f7c8bccd7f3f7bd344f0.tar.gz
slackbuilds-d6ddf063e0a6b6f2ffc5f7c8bccd7f3f7bd344f0.tar.xz
libraries/python-dateutil: Updated for version 1.4.1
Diffstat (limited to 'libraries')
-rw-r--r--libraries/python-dateutil/python-dateutil.SlackBuild10
-rw-r--r--libraries/python-dateutil/python-dateutil.info2
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/python-dateutil/python-dateutil.SlackBuild b/libraries/python-dateutil/python-dateutil.SlackBuild
index b31abe3f6f..897fc4fc93 100644
--- a/libraries/python-dateutil/python-dateutil.SlackBuild
+++ b/libraries/python-dateutil/python-dateutil.SlackBuild
@@ -32,12 +32,8 @@ find . \
python setup.py install --root=$PKG
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
-)
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
@@ -47,4 +43,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/python-dateutil/python-dateutil.info b/libraries/python-dateutil/python-dateutil.info
index 69f8e28e64..70764e7aa2 100644
--- a/libraries/python-dateutil/python-dateutil.info
+++ b/libraries/python-dateutil/python-dateutil.info
@@ -2,7 +2,9 @@ PRGNAM="python-dateutil"
VERSION="1.4.1"
HOMEPAGE="http://labix.org/python-dateutil"
DOWNLOAD="http://labix.org/download/python-dateutil/python-dateutil-1.4.1.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="2a5f25ab12fcefcf0b21348f2d47595a"
+MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero,rworkman"