# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/openjms-bin/openjms-bin-0.7.5-r2.ebuild,v 1.1 2004/01/06 15:46:06 lostlogic Exp $ SLOT=0 LICENSE="GPL-2" DESCRIPTION="Open Java Messaging System" DEPEND="virtual/glibc" RDEPEND="virtual/jdk" KEYWORDS="~x86" SRC_URI="mirror://sourceforge/${PN/-bin/}/${P/-bin/}.tgz" src_unpack() { einfo "Nothing to unpack" } src_compile() { einfo "Nothing to compile" } src_install() { dodir /opt cd ${D}/opt unpack ${A} fperms 755 /opt/${P/-bin/}/bin/* insinto /etc/env.d/ newins ${FILESDIR}/10${P/-bin/} 10${PN/-bin/} exeinto /etc/init.d/ newexe ${FILESDIR}/rc openjms insinto /etc/conf.d newins ${FILESDIR}/conf openjms }