1 |
# Copyright 1999-2012 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.6 2011/12/27 17:55:12 fauli 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 |
12 |
|
13 |
inherit gnustep-base |
14 |
|
15 |
DEPEND=">=gnustep-base/gnustep-make-2.0 |
16 |
virtual/gnustep-back" |
17 |
RDEPEND="${DEPEND} |
18 |
debug? ( !<sys-devel/gdb-6.0 )" |
19 |
|
20 |
# The following gnustep-based EXPORT_FUNCTIONS are available: |
21 |
# * gnustep-base_pkg_setup |
22 |
# * gnustep-base_src_unpack (EAPI 0|1 only) |
23 |
# * gnustep-base_src_prepare (EAPI>=2 only) |
24 |
# * gnustep-base_src_configure (EAPI>=2 only) |
25 |
# * gnustep-base_src_compile |
26 |
# * gnustep-base_src_install |
27 |
# * gnustep-base_pkg_postinst |