Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eed84b73bb760ef7a0d4f74d0e95dc235ba502ec
commit eed84b73bb760ef7a0d4f74d0e95dc235ba502ec Author: kikadf <[email protected]> Date: Thu May 22 08:58:59 2014 +0200 lxml-3.3.5-1-x86_64 * Version bump to fix CVE-2014-3146 diff --git a/source/devel-extra/lxml/FrugalBuild b/source/devel-extra/lxml/FrugalBuild index 41d8214..7812e0e 100644 --- a/source/devel-extra/lxml/FrugalBuild +++ b/source/devel-extra/lxml/FrugalBuild @@ -1,23 +1,29 @@ # Compiling Time: 0.42 SBU # Maintainer: Miklos Vajna <[email protected]> +options+=('asneeded') + pkgname=lxml -pkgver=2.3 +pkgver=3.3.5 pkgrel=1 pkgdesc="Easy-to-use library for working with XML and HTML in Python." -url="http://codespeak.net/lxml/" +url="http://lxml.de/" depends=('libxml2>=2.7.8' 'python' 'libxslt') +makedepends=('cython') +_F_github_tag="yes" +_F_github_ver="$pkgname-$pkgver" +Finclude github +up2date="$up2date | cut -d '_' -f 2" groups=('devel-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url |grep latest|sed 's/.*lxml \(.*\), .*/\1/;q'" -source=(http://cheeseshop.python.org/packages/source/l/lxml/lxml-$pkgver.tar.gz) -sha1sums=('2384caa37b94b312d97d3e4b773aeccca94f9c76') +sha1sums=('a01e27d3cc278f29c6d03197031e7f01c47cffe0') build() { + Funpack_github Fcd - rm Makefile - Fbuild + python setup.py install --root=$Fdestdir --optimize=1 || Fdie } + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
