summaryrefslogtreecommitdiff
path: root/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r1.ebuild
blob: 97399b70be664f34e829075680ba005c24c383a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="4"

inherit eutils

SCRIPT="genindex"

DESCRIPTION="VDR: genindex Script"
HOMEPAGE="http://www.cadsoft.de/vdr/"
SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""

S=${WORKDIR}/${SCRIPT}-${PV}

src_prepare() {
	epatch "${FILESDIR}"/ldflags.diff
}

src_install() {
	dodoc README
	dobin genindex
}