reswrap-4.0.0.ebuild 584 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. FOX_COMPONENT="utils"
  4. FOX_PV="1.6.40"
  5. inherit fox
  6. DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
  10. IUSE=""
  11. RDEPEND=""
  12. FOXCONF="--disable-bz2lib \
  13. --disable-jpeg \
  14. --without-opengl \
  15. --disable-png \
  16. --without-shape \
  17. --disable-tiff \
  18. --without-x \
  19. --without-xcursor \
  20. --without-xrandr \
  21. --without-xshm \
  22. --without-xft \
  23. --disable-zlib"