Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b316884323666bd667da442e8122a45482e596dc
commit b316884323666bd667da442e8122a45482e596dc Author: crazy <[email protected]> Date: Wed Jun 1 00:25:45 2016 +0200 xdelta-3.0.11-1-x86_64 * Version bump * project moved to github , he? what else :-P * not bumped to 3.1.0 since they call it beta but is * released as normal tarball .. also whole code is GPL now diff --git a/source/devel-extra/xdelta/FrugalBuild b/source/devel-extra/xdelta/FrugalBuild index a630c5e..78ae8e0 100644 --- a/source/devel-extra/xdelta/FrugalBuild +++ b/source/devel-extra/xdelta/FrugalBuild @@ -3,17 +3,26 @@ # Contributor: Othmane Benkirane <[email protected]> pkgname=xdelta -pkgver=3.0.7 +pkgver=3.0.11 pkgrel=1 pkgdesc="Delta/differential compression tools and binary diff tool" url="http://xdelta.org" groups=('devel-extra') archs=('i686' 'x86_64') -depends=('glibc' 'python>=2.7') -_F_googlecode_name="xdelta3" -_F_googlecode_dirname="xdelta" -Finclude googlecode python -_F_cd_path="${pkgname}3-${pkgver}" -sha1sums=('5ce0fdafd05d75abf5b73387f35d13573b42dde6') +depends=('glibc' 'xz') +_F_github_author="jmacd" +_F_github_name="xdelta-gpl" +_F_github_tag_v="yes" +Finclude github +_F_cd_path="$pkgname-gpl-$pkgver/${pkgname}3" +sha1sums=('d5bea9123e55c7a74ef1ea77ef40b7f8340e3f4a') + + +build() { + + Fcd + Fautoreconf + Fbuild +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
