equal
deleted
inserted
replaced
|
1 # Copyright 1999-2010 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild,v 1.15 2010/12/12 17:14:07 grobian Exp $ |
|
4 |
|
5 EAPI=4 |
|
6 |
|
7 DESCRIPTION="Quotes from Archer" |
|
8 HOMEPAGE="http://fortunemod.tehspork.com/" |
|
9 SRC_URI="http://fortunemod.tehspork.com/${PN}/${PN}-${PV}.tar.xz" |
|
10 |
|
11 LICENSE="GPL-2" |
|
12 SLOT="0" |
|
13 KEYWORDS="amd64 x86" |
|
14 IUSE="" |
|
15 RESTRICT="mirror" |
|
16 |
|
17 RDEPEND="games-misc/fortune-mod" |
|
18 |
|
19 S=${WORKDIR} |
|
20 |
|
21 src_install() { |
|
22 insinto /usr/share/fortune |
|
23 strfile archer archer.dat || die |
|
24 doins archer archer.dat || die |
|
25 } |