New package: sparsehash-2.0.2.

This commit is contained in:
Juan RP 2014-06-02 18:14:43 +02:00
parent 3ddf14cca0
commit 7e52203888

View file

@ -0,0 +1,16 @@
# Template file for 'sparsehash'
pkgname=sparsehash
version=2.0.2
revision=1
noarch=yes
build_style=gnu-configure
short_desc="Library that contains several hash-map implementations"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://code.google.com/p/sparsehash"
distfiles="http://sparsehash.googlecode.com/files/$pkgname-$version.tar.gz"
checksum=2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c
post_install() {
vinstall COPYING 644 usr/share/licenses/$pkgname
}