123456789101112131415161718192021222324 |
- # Copyright 1999-2013 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- EAPI=5
- KDE_LINGUAS="cs de es fr it pl pt_BR ru uk"
- KDE_HANDBOOK="optional"
- MY_P="knc${PV//./}"
- inherit kde4-base
- DESCRIPTION="A visual KDE client for UPS systems"
- HOMEPAGE="https://sites.google.com/a/prynych.cz/knutclient/"
- SRC_URI="ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/${P}.tar.gz"
- LICENSE="GPL-2"
- SLOT="4"
- KEYWORDS="~amd64 ~x86"
- IUSE="debug"
- PATCHES=( "${FILESDIR}/${P}-desktop.patch" )
- DOCS=( ChangeLog )
- S=${WORKDIR}/${MY_P}
|