# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="open and view PDF-Documents, complete and save PDF-Forms, as well as send them" HOMEPAGE="http://www.cabaret-solutions.com/" PN="cabaretstage" DOWNLOADS="http://www.cabaret-solutions.com/en/downloads/linux" SRC_URI="x86? (${DOWNLOADS}/${PN}_${PV}_linux_x86-32.tar.gz) amd64? (${DOWNLOADS}/${PN}_${PV}_linux_x86-64.tar.gz)" LICENSE="FREE for personal use" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="virtual/jre" RESTRICT="fetch" pkg_nofetch() { einfo "Download cabaret manually from cabaret's website at" einfo ${HOMEPAGE} einfo "" einfo "Choose DOWNLOADS" einfo "Choose Linux tab" einfo "Choose either x86-32 or x86-64 version" einfo "" einfo "Then place the file ${SRC_URI}" einfo "into ${DISTDIR} and restart the emerge." } src_unpack() { unpack ${A} cd "${S}" } src_install(){ dodir /opt/${PN}_${PV} ln -sf /opt/${PN}_${PV} /opt/${PN} insinto /opt/${PN}/ ln -sf /opt/${PN}/cabaretstage /usr/bin/cabaretstage }