libraries/lxml: Updated for version 2.2.5.

This commit is contained in:
Larry Hajali 2010-03-03 14:21:11 -06:00 committed by Erik Hanson
parent 45de014b85
commit 5cbb376061
2 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=lxml
VERSION=${VERSION:-2.2.4}
VERSION=${VERSION:-2.2.5}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -36,7 +36,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" python setup.py install --root=$PKG
CFLAGS="$SLKCFLAGS" \
python setup.py install --root=$PKG
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \

View file

@ -1,8 +1,8 @@
PRGNAM="lxml"
VERSION="2.2.4"
VERSION="2.2.5"
HOMEPAGE="http://codespeak.net/lxml/"
DOWNLOAD="http://codespeak.net/lxml/lxml-2.2.4.tgz"
MD5SUM="077841e74ee728e7746b65d8483274be"
DOWNLOAD="http://codespeak.net/lxml/lxml-2.2.5.tgz"
MD5SUM="2ce79c4162c25063f58975a9a1f63e27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"