development/docutils: Updated for version 0.7.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-15 00:19:54 -05:00
parent 89133688be
commit 4e2dced233
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for docutils
# Copyright 2006,2007,2008,2009,2010 Robby Workman Northport, AL, USA
# Copyright 2006-2011 Robby Workman Northport, AL, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=docutils
VERSION=0.6
VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,8 +59,8 @@ find . \
python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG -print0 | xargs -0 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 *.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="docutils"
VERSION="0.6"
VERSION="0.7"
HOMEPAGE="http://docutils.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/docutils/docutils-0.6.tar.gz"
MD5SUM="5c615479a965bc773892f585e0e08119"
DOWNLOAD="http://downloads.sourceforge.net/docutils/docutils-0.7.tar.gz"
MD5SUM="9aec716baf15d06b5aa57cf8d5591c15"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"