# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Tod Neidt # /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp S=${WORKDIR}/${P} DESCRIPTION="Extra fortune cookies for fortune" SRC_URI="http://i-want-a-website.com/about-linux/downloads/${P}.tar.gz" HOMEPAGE="http://i-want-a-website.com/about-linux/downloads.shtml" DEPEND="virtual/glibc" RDEPEND="app-games/fortune-mod" src_install () { insinto /usr/share/fortune doins humorix humorix.dat }