Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=615e22534634e57304237a2542ef45013d9a0ca4
commit 615e22534634e57304237a2542ef45013d9a0ca4 Author: James Buren <[email protected]> Date: Fri Aug 26 16:36:09 2011 -0500 google-sparsehash-1.11-1-i686 * new package diff --git a/source/lib-extra/google-sparsehash/FrugalBuild b/source/lib-extra/google-sparsehash/FrugalBuild new file mode 100644 index 0000000..694c2cd --- /dev/null +++ b/source/lib-extra/google-sparsehash/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.8 SBU +# Maintainer: James Buren <[email protected]> + +pkgname=google-sparsehash +pkgver=1.11 +pkgrel=1 +pkgdesc="An extremely memory-efficient hash_map implementation." +depends=() +groups=('lib-extra') +archs=('i686' 'x86_64') +_F_archive_name="${pkgname/google-/}" +_F_googlecode_name="$_F_archive_name" +_F_googlecode_dirname="$pkgname" +Finclude googlecode +sha1sums=('9bd33e0336420058ff96873f7651e8e18aaea056') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
