# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-kernelcookies/fortune-mod-kernelcookies-0.1.ebuild,v 1.6 2004/05/04 00:21:18 mr_bones_ Exp $ DESCRIPTION="A collection of funny lines from the Linux kernel" HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml" SRC_URI="http://www.schwarzvogel.de/pkgs/kernelcookies-8.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64" IUSE="" RDEPEND="games-misc/fortune-mod" S=${WORKDIR}/kernelcookies-8 src_compile() { # While this seems redundant, I don't know if the datfiles # are portable. And strfile should be installed, since it # is part of the fortune-mod package. cd ${S} strfile kernelcookies } src_install() { insinto /usr/share/fortune doins kernelcookies.dat kernelcookies }