# Template file for 'uthash' pkgname=uthash version=2.0.2 revision=1 short_desc="A hash table for C structures" maintainer="Diogo Leal " license="BSD" homepage="http://troydhanson.github.com/uthash/" distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz" checksum=34a31d51dd7a839819cecd6f46049b4ffe031d7f3147d9a042f5504fdb1348d1 do_install() { vmkdir usr/include vcopy src/* /usr/include cd doc/ for docs in *.txt; do vdoc $docs done vlicense ../LICENSE }