DESCRIPTION="FPGA and ASIC VHDL/Verilog Synthesizer" HOMEPAGE="http://www.synplicity.com/" SRC_URI="syn761_linux.tar" LICENSE="synplicity" SLOT="0" KEYWORDS="-* x86" RESTRICT="nostrip fetch" DEPEND="" pkg_nofetch() { einfo "You must download the files yourself and put them in ${DISTDIR}" einfo "Goto http://www.synplicity.com" } src_unpack() { unpack ${A} } src_install() { install_dir="/opt/synplify/synplify_${PV}" dodir ${install_dir} cd ${D}/${install_dir} gzip -c -d ${WORKDIR}/linux/synplify.sgz | tar xf - || die "gzip -c -d" insinto /etc/env.d echo "PATH=${install_dir}/bin" > 90synplify doins 90synplify } pkg_postinst() { einfo "Read the license manual for details of configuring a" einfo "standalone license server, or set LM_LICENSE_FILE=xxxx@host" einfo "if you already have a running license server" #}