# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit cmake-utils DESCRIPTION="Amateur Radio Callsign Database Explorer" HOMEPAGE="http://greenmountaincallbook.org/" SRC_URI="http://greenmountaincallbook.org/code/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-util/cmake-2.6.0 >=kde-base/automoc-0.9.88 x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-sql:4" RDEPEND=">=media-radio/gmcb-data-20090612 x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-sql:4[sqlite]" CMAKE_IN_SOURCE_BUILD="yes" src_install() { cmake-utils_src_install dodoc NEWS README }