# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ S=${WORKDIR}/${P}.rel DESCRIPTION="A qt based map editor for the openstreetmap.org project." SRC_URI="http://www.irule.be/bvh/c++/merkaartor/versions/Merkaartor-${PV}.tgz" HOMEPAGE="http://www.irule.be/bvh/c++/merkaartor/" DEPEND=">=x11-libs/qt-4.2.0" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" S=${WORKDIR}/Merkaartor-${PV} src_compile() { qmake || die "qmake failed" emake || die "emake failed" } src_install() { dodir /usr/bin/ cp ${S}/release/merkaartor ${D}/usr/bin/ || die no binary }