You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25....

31 lines
852 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild,v 1.4 2012/10/20 17:32:08 pinkbyte Exp $
EAPI=4
DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru"
HOMEPAGE="http://marsoft.dyndns.info/fortunes-gentoo-ru/"
SRC_URI="http://slepnoga.googlecode.com/files/gentoo-ru-${PV}.gz
http://marsoft.dyndns.info/fortunes-gentoo-ru/gentoo-ru-${PV}.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="games-misc/fortune-mod"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_compile() {
mv gentoo-ru-${PV} gentoo-ru || die
strfile gentoo-ru || die
}
src_install() {
insinto /usr/share/fortune
doins gentoo-ru gentoo-ru.dat
}