gnustep-2.eclass 799 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # @ECLASS: gnustep-2.eclass
  4. # @MAINTAINER:
  5. # GNUstep Herd <gnustep@gentoo.org>
  6. # @BLURB: eclass for GNUstep Apps, Frameworks, and Bundles build
  7. # @DESCRIPTION:
  8. # This eclass sets up GNUstep environment to properly install
  9. # GNUstep packages
  10. inherit gnustep-base
  11. DEPEND=">=gnustep-base/gnustep-make-2.0
  12. virtual/gnustep-back"
  13. RDEPEND="${DEPEND}
  14. debug? ( !<sys-devel/gdb-6.0 )"
  15. # The following gnustep-based EXPORT_FUNCTIONS are available:
  16. # * gnustep-base_pkg_setup
  17. # * gnustep-base_src_unpack (EAPI 0|1 only)
  18. # * gnustep-base_src_prepare (EAPI>=2 only)
  19. # * gnustep-base_src_configure (EAPI>=2 only)
  20. # * gnustep-base_src_compile
  21. # * gnustep-base_src_install
  22. # * gnustep-base_pkg_postinst