# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Generic Hash Table." HOMEPAGE="http://www.ipd.bth.se/ska/sim_home/libghthash.html" SRC_URI="http://www.ipd.bth.se/ska/sim_home/filer/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { make DESTDIR=${D} install || die }