# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tim Hobbs # $Header:$ S="${WORKDIR}/net.sourceforge.${PN}_${PV}" DESCRIPTION="Eclipse plugin to format (pretty print) HTML and XML" SRC_URI="mirror://sourceforge/${PN}/net.sourceforge.${PN}_${PV}.zip" HOMEPAGE="http://sourceforge.net/projects/eclipsetidy" # Can't find a license referenced anywhere for this code... LICENSE="as-is" DEPEND="" RDEPEND=">=eclipse-platform-bin-2.1*" src_compile() { echo "Nothing to compile for ${P}." } src_install () { dodir /opt/eclipse/plugins cp -dpR ${WORKDIR}/net.sourceforge.${PN}_${PV} ${D}/opt/eclipse/plugins/ }