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/media-video/episoder/episoder-0.4.7.ebuild

27 lines
584 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="episoder is a tool to tell you when new episodes of your favourite
TV shows are airing"
HOMEPAGE="http://www.desire.ch/tools/episoder/"
SRC_URI="mirror://sourceforge/episoder/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="net-misc/wget"
src_install() {
insinto /usr/share/${PN}/
insopts -m755
doins scripts/*sh
doins plugins/*
dobin scripts/episoder
dodoc README examples/home.episoder CHANGELOG
doman episoder.1
}