21 lines
768 B
Bash
21 lines
768 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-firefly/fortune-mod-firefly-2.1.1.ebuild,v 1.8 2010/12/12 18:34:58 grobian Exp $
|
|
|
|
DESCRIPTION="Quotes from FireFly"
|
|
HOMEPAGE="http://www.daughtersoftiresias.org/progs/firefly/"
|
|
SRC_URI="http://www.daughtersoftiresias.org/progs/firefly/${P/mod-}.tar.bz2"
|
|
|
|
LICENSE="as-is"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
|
IUSE=""
|
|
|
|
RDEPEND="games-misc/fortune-mod"
|
|
|
|
S=${WORKDIR}
|
|
|
|
src_install() {
|
|
insinto /usr/share/fortune
|
|
doins firefly firefly.dat || die "doins failed"
|
|
}
|