knutclient-1.0.5.ebuild 552 B

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