Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eaa019ef7f5a9eb6851d6d9d6a78074f9c41a965
commit eaa019ef7f5a9eb6851d6d9d6a78074f9c41a965 Author: Anthony Jorion <[email protected]> Date: Wed May 7 11:29:34 2014 +0200 mxml-2.8-1-x86_64 - 2.7 -> 2.8 + Add asneeded option + Change url, up2date and source diff --git a/source/lib-extra/mxml/FrugalBuild b/source/lib-extra/mxml/FrugalBuild index 38005f2..8eb89cf 100644 --- a/source/lib-extra/mxml/FrugalBuild +++ b/source/lib-extra/mxml/FrugalBuild @@ -1,17 +1,19 @@ # Compiling Time: 0.02 SBU # Maintainer: Devil505 <[email protected]> +options+=('asneeded') + pkgname=mxml -pkgver=2.7 +pkgver=2.8 pkgrel=1 pkgdesc="A small XML parsing library " -url="http://www.easysw.com/~mike/mxml/" +url="http://www.msweet.org/projects.php?Z3" depends=('glibc') groups=('lib-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://www.minixml.org/software.php | Flasttar" -source=(ftp://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -sha1sums=('a3bdcab48307794c297e790435bcce7becb9edae') +up2date="Flasttar http://www.msweet.org/downloads.php?L+Z3" +source="http://www.msweet.org/files/project3/$pkgname-$pkgver.tar.gz" +sha1sums=('09d88f1720f69b64b76910dfe2a5c5fa24a8b361') build() { Fcd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
