# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/ec2-api-tools/ec2-api-tools-1.5.6.1.ebuild,v 1.1 2012/07/29 12:35:38 lxnay Exp $ inherit versionator DESCRIPTION="These command-line tools serve as the client interface to the Amazon EC2 web service" HOMEPAGE="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351&categoryID=88" SRC_URI="http://s3.amazonaws.com/ec2-downloads/${PN}-${PV}.zip" S=${WORKDIR}/${PN}-${PV} LICENSE="Amazon" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="virtual/jre" RESTRICT="mirror" src_unpack() { unpack ${A} cd "${S}" || die find . -name '*.cmd' -delete || die } src_install() { dodir /opt/${PN} insinto /opt/${PN}/lib doins -r "${S}"/lib/* exeinto /opt/${PN}/bin doexe "${S}"/bin/* dodir /etc/env.d cat - > "${T}"/99${PN} <