tintii-2.10.0.ebuild 524 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. WX_GTK_VER="3.0"
  5. inherit wxwidgets
  6. DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments"
  7. HOMEPAGE="http://www.indii.org/software/tintii"
  8. SRC_URI="http://www.indii.org/files/tint/releases/${P}.tar.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
  13. DEPEND="${RDEPEND}
  14. dev-libs/boost"
  15. src_prepare() {
  16. default
  17. setup-wxwidgets
  18. }