# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 DESCRIPTION="Ham Radio Callsign lookup program" HOMEPAGE="http://hamsoftware.org" SRC_URI="http://hamsoftware.org/callgit-1.1.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="<=x11-libs/qt-3.3.6-r1" RDEPEND="<=x11-libs/qt-3.3.6-r1" src_compile() { ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake ${PN}.pro || die ">>> qmake failed <<<" emake || die ">>> Sorry make failed <<<" } src_install() { make INSTALL_ROOT="${D}" install || die ">>> Sorry install failed <<<" }