# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/josm-plugins-20071107.ebuild,v 1.1 2007/11/07 15:44:48 hanno Exp $ inherit eutils DESCRIPTION="Set of plugins for josm" HOMEPAGE="http://josm.openstreetmap.de/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=sci-geosciences/josm-1.5_p457" S="${WORKDIR}/${PN}" IUSE="" src_compile() { einfo Nothing to compile } src_install() { insinto /usr/lib/josm/plugins doins *.jar }