summaryrefslogtreecommitdiff
path: root/media-libs/libtvdb/libtvdb-0.3.0.ebuild
blob: 658a1becbc94ed93cfc461175e3eb38b9ddf6622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit kde4-base

DESCRIPTION="A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com"
HOMEPAGE="http://sourceforge.net/projects/libtvdb/"
SRC_URI="http://sourceforge.net/projects/libtvdb/files/latest/download/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"