blob: e14068413b2b5526d2853a50175017a2e57554c6 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_LINGUAS="de es fr it nb no pl"
inherit kde4-base
DESCRIPTION="An easy to use WYSIWYG CD cover printer with CDDB support"
HOMEPAGE="http://lisas.de/kover/"
SRC_URI="http://lisas.de/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="
dev-libs/libcdio-paranoia
media-libs/libcddb
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
"
PATCHES=(
"${FILESDIR}/${PN}-4-cflags.patch"
)