# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SQLite database containing US and Canadian amateur radio callsigns" HOMEPAGE="http://greenmountaincallbook.org/" SRC_URI="http://greenmountaincallbook.org/data/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="dev-db/sqlite:3" src_install() { insinto /usr/share/gmcb doins gmcb.db || die }