# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # for make_desktop_entry inherit eutils DESCRIPTION="Cincom VisualWorks Smalltalk Non-Commercial base goodies distribution" HOMEPAGE="http://smalltalk.cincom.com" #SRC_URI="http://www.cincomsmalltalk.com/pub/cstnc/visualworks/vwnc7.3.1/Goodies.tar.gz" SRC_URI="VW-Goodies.tar.gz" LICENSE="cincom" SLOT="0" KEYWORDS="-* ~x86" IUSE="" RESTRICT="fetch" DEPEND="" RDEPEND="dev-lang/visualworks-base dev-lang/visualworks-vm" pkg_nofetch() { einfo "Please visit ${HOMEPAGE} and download Cincom VisualWorks Non-Commercial Edition." einfo "Save it in ${DISTDIR} !" } src_unpack() { mkdir -p ${P} cd ${P} tar xzovf ${DISTDIR}/${A} } src_install() { insinto /usr/VisualWorks-${PV} doins -r * }