blob: e25f7b66eae4060c7d98a0c0c49295cd2f6749c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/fortune-mod-dubya-20030825.ebuild,v 1.2 2003/09/10 18:39:25 vapier Exp $
DESCRIPTION="Quotes from George W. Bush"
SRC_URI="http://dubya.seiler.us/files/dubya-${PV}.tar.gz"
HOMEPAGE="http://dubya.seiler.us"
S=${WORKDIR}/${PN/fortune-mod-/}
KEYWORDS="x86 ppc ~sparc ~mips"
SLOT="0"
LICENSE="as-is"
DEPEND="virtual/glibc"
RDEPEND="games-misc/fortune-mod"
src_install() {
insinto /usr/share/fortune
doins dubya dubya.dat
}
|