# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit debian DESCRIPTION="French cookies for the fortune program" HOMEPAGE="http://packages.debian.org/unstable/games/fortunes-fr" MY_PN=${PN/-mod/s} MY_P=${MY_PN}_${PV}_all S=${WORKDIR} SRC_URI="mirror://debian/pool/main/f/${MY_PN}/${MY_P}.deb" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="" DEPEND="games-misc/fortune-mod" src_install() { insinto /usr/share/fortune/fr cd ${S}/usr/share/games/fortunes/fr doins [[:ascii:]]* || die "doins failed" cd ${S}/usr/share/games/fortunes-fr doins [[:ascii:]]* || die "doins failed" cd ${S}/usr/share/doc/fortunes-fr/ dodoc [[:ascii:]]* || die "dodoc failed" }