| 1 |
# Copyright 1999-2007 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: $
|
| 4 |
|
| 5 |
inherit gnustep-base
|
| 6 |
|
| 7 |
# Eclass for GNUstep Apps, Frameworks, and Bundles build
|
| 8 |
#
|
| 9 |
# maintainer: GNUstep Herd <gnustep@gentoo.org>
|
| 10 |
|
| 11 |
DEPEND=">=gnustep-base/gnustep-make-2.0
|
| 12 |
virtual/gnustep-back"
|
| 13 |
RDEPEND="${DEPEND}
|
| 14 |
debug? ( >=sys-devel/gdb-6.0 )"
|
| 15 |
|
| 16 |
# The following gnustep-based EXPORT_FUNCTIONS are available:
|
| 17 |
# * gnustep-base_pkg_setup
|
| 18 |
# * gnustep-base_src_compile
|
| 19 |
# * gnustep-base_src_install
|
| 20 |
# * gnustep-base_pkg_postinst
|