# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-games/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild,v 1.1 2002/08/12 01:05:05 bass Exp $ S=${WORKDIR}/${PN/mod-/} DESCRIPTION="Quotes from StarWars, The Empire Strikes Back, and Return of the Jedi" SRC_URI="http://www.splitbrain.org/Fortunes/starwars/fortune-starwars.tgz" HOMEPAGE="http://www.splitbrain.org/index.php?x=.%2FFortunes%2Fstarwars" DEPEND="virtual/glibc" RDEPEND="app-games/fortune-mod" SLOT="0" KEYWORDS="x86 PPC" LICENSE="GPL-2" src_install () { cd ${S} insinto /usr/share/fortune doins starwars starwars.dat }