# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 S=${WORKDIR}/${PN/mod-/} DESCRIPTION="Quotes from Homer Simpson" SRC_URI="http://www.cs.indiana.edu/~crcarter/homer/homer-quotes.tar.gz" HOMEPAGE="http://www.cs.indiana.edu/~crcarter/homer/homer.html" DEPEND="virtual/glibc" RDEPEND="app-games/fortune-mod" SLOT="0" KEYWORDS="x86 PPC" LICENSE="GPL-2" src_install () { insinto /usr/share/fortune doins homer homer.dat }