# 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-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.3 2002/11/04 01:12:20 nall Exp $ S=${WORKDIR}/kernelcookies DESCRIPTION="A collection of funny lines from the Linux kernel" SRC_URI="http://unattached.i-no.de/pkgs/kernelcookies.tar.gz" HOMEPAGE="http://unattached.i-no.de/software-misc.shtml" 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 kernelcookies.dat kernelcookies }