# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="set of fortunes based on the chinese Tao" HOMEPAGE="http://code.google.com/p/chinese-fortune/" SRC_URI="http://chinese-fortune.googlecode.com/svn/trunk/${PN}.tar.bz2" RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="games-misc/fortune-mod" S=${WORKDIR}/${PN} src_install() { insinto /usr/share/fortune doins zh-tao zh-tao.dat || die dosym zh-tao /usr/share/fortune/zh-tao.u8 }