blob: 0a5e0335d4b473e0a8b190c9ac75fc0423f7827a [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/josm-plugins-20090401.ebuild,v 1.1 2009/04/01 12:28:17 hanno Exp $
DESCRIPTION="Set of plugins for josm"
HOMEPAGE="http://josm.openstreetmap.de/"
SRC_URI="mirror://gentoo/${P}.tar.lzma"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=sci-geosciences/josm-1.515"
RDEPEND="${DEPEND}"
IUSE=""
src_compile() {
einfo Nothing to compile
}
src_install() {
insinto /usr/lib/josm/plugins
doins *.jar
}