# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Visual editor for web sites and structure documents" HOMEPAGE="http://dub.washington.edu/denim/" SRC_URI="http://dub.washington.edu/projects/denim/download/unix/${PN}.${PV}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="nostrip" DEPEND="" RDEPEND=">=virtual/jre-1.4" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} || die } src_install() { exeinto /opt/${P}/bin doexe bin/* exeinto /opt/${P} doexe ${FILESDIR}/denim dodoc README HOWTO dodir /usr/bin dosym /opt/${P}/denim /usr/bin/denim }