| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/virtuoso.eclass,v 1.1 2010/02/08 20:30:19 alexxy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.2 2010/03/26 12:24:12 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: virtuoso.eclass |
5 | # @ECLASS: virtuoso.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maciej Mrozowski <reavertm@gentoo.org> |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
| 8 | # |
8 | # |
| … | |
… | |
| 124 | --without-internal-zlib \ |
124 | --without-internal-zlib \ |
| 125 | ${myconf} |
125 | ${myconf} |
| 126 | } |
126 | } |
| 127 | |
127 | |
| 128 | # @FUNCTION: virtuoso_src_compile |
128 | # @FUNCTION: virtuoso_src_compile |
| 129 | # @DESCRIPTION |
129 | # @DESCRIPTION: |
| 130 | # Runs make for specified subdirs |
130 | # Runs make for specified subdirs |
| 131 | virtuoso_src_compile() { |
131 | virtuoso_src_compile() { |
| 132 | debug-print-function ${FUNCNAME} "$@" |
132 | debug-print-function ${FUNCNAME} "$@" |
| 133 | |
133 | |
| 134 | base_src_compile |
134 | base_src_compile |