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 MY_P=${PN/-mod/} |
|
8 DESCRIPTION="Quotes from Misfits" |
|
9 HOMEPAGE="http://fortunemod.tehspork.com/" |
|
10 SRC_URI="http://fortunemod.tehspork.com/${PN}/${PN}-${PV}.tar.xz" |
|
11 |
|
12 LICENSE="GPL-2" |
|
13 SLOT="0" |
|
14 KEYWORDS="amd64 x86" |
|
15 IUSE="" |
|
16 RESTRICT="mirror" |
|
17 |
|
18 RDEPEND="games-misc/fortune-mod" |
|
19 |
|
20 S=${WORKDIR} |
|
21 |
|
22 src_install() { |
|
23 insinto /usr/share/fortune |
|
24 strfile misfits misfits.dat || die |
|
25 doins misfits misfits.dat || die |
|
26 } |