| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.3 2008/10/03 14:59:42 voyageur Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.5 2011/04/20 20:48:47 voyageur Exp $ |
|
|
4 | |
|
|
5 | # @ECLASS: gnustep-2.eclass |
|
|
6 | # @MAINTAINER: |
|
|
7 | # GNUstep Herd <gnustep@gentoo.org> |
|
|
8 | # @BLURB: eclass for GNUstep Apps, Frameworks, and Bundles build |
|
|
9 | # @DESCRIPTION: |
|
|
10 | # This eclass sets up GNUstep environment to properly install |
|
|
11 | # GNUstep packages |
| 4 | |
12 | |
| 5 | inherit gnustep-base |
13 | inherit gnustep-base |
| 6 | |
|
|
| 7 | # Eclass for GNUstep Apps, Frameworks, and Bundles build |
|
|
| 8 | # |
|
|
| 9 | # maintainer: GNUstep Herd <gnustep@gentoo.org> |
|
|
| 10 | |
14 | |
| 11 | DEPEND=">=gnustep-base/gnustep-make-2.0 |
15 | DEPEND=">=gnustep-base/gnustep-make-2.0 |
| 12 | virtual/gnustep-back" |
16 | virtual/gnustep-back" |
| 13 | RDEPEND="${DEPEND} |
17 | RDEPEND="${DEPEND} |
| 14 | debug? ( >=sys-devel/gdb-6.0 )" |
18 | debug? ( >=sys-devel/gdb-6.0 )" |
| 15 | |
19 | |
| 16 | # The following gnustep-based EXPORT_FUNCTIONS are available: |
20 | # The following gnustep-based EXPORT_FUNCTIONS are available: |
| 17 | # * gnustep-base_pkg_setup |
21 | # * gnustep-base_pkg_setup |
|
|
22 | # * gnustep-base_src_unpack (EAPI 0|1 only) |
|
|
23 | # * gnustep-base_src_prepare (EAPI>=2 only) |
| 18 | # * gnustep-base_src_configure (EAPI=2 only) |
24 | # * gnustep-base_src_configure (EAPI>=2 only) |
| 19 | # * gnustep-base_src_compile |
25 | # * gnustep-base_src_compile |
| 20 | # * gnustep-base_src_install |
26 | # * gnustep-base_src_install |
| 21 | # * gnustep-base_pkg_postinst |
27 | # * gnustep-base_pkg_postinst |