# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: foser # /space/gentoo/cvsroot/gentoo-x86/skel.build,v 1.11 2001/12/06 22:12:34 drobbins Exp S=${WORKDIR}/${P} DESCRIPTION="LucasArts SCUMM interpreter, used in a range of LucasArts adventures" SRC_URI="http://prdownloads.sourceforge.net/scummvm/${P}.zip" HOMEPAGE="http://scummvm.sourceforge.net/" DEPEND="virtual/x11 >=media-libs/libsdl-1.2.3-r1" src_compile() { cd ${WORKDIR} emake || die } src_install () { into /usr dobin ${WORKDIR}/scummvm dodoc ${WORKDIR}/readme.txt } pkg_postinst() { echo echo '######################################################################' echo '# Do `scummvm ` to start, where gamename is a #' echo '# original resource file. #' echo '# #' echo '# Example `scummvm TENTACLE` for `Day of the tentacle` #' echo '# #' echo '# Some more info in readme.txt. #' echo '# Check the website for supported adventures. #' echo '######################################################################' echo }