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