| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/mysql-cmake.eclass,v 1.8 2012/06/02 19:16:31 zmedico Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.9 2012/06/07 22:06:04 zmedico Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql-cmake.eclass |
5 | # @ECLASS: mysql-cmake.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maintainers: |
7 | # Maintainers: |
| 8 | # - MySQL Team <mysql-bugs@gentoo.org> |
8 | # - MySQL Team <mysql-bugs@gentoo.org> |
| … | |
… | |
| 13 | # The mysql-cmake.eclass provides the support to build the mysql |
13 | # The mysql-cmake.eclass provides the support to build the mysql |
| 14 | # ebuilds using the cmake build system. This eclass provides |
14 | # ebuilds using the cmake build system. This eclass provides |
| 15 | # the src_unpack, src_prepare, src_configure, src_compile, scr_install, |
15 | # the src_unpack, src_prepare, src_configure, src_compile, scr_install, |
| 16 | # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. |
16 | # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. |
| 17 | |
17 | |
| 18 | inherit cmake-utils multilib |
18 | inherit cmake-utils flag-o-matic multilib |
| 19 | |
19 | |
| 20 | # |
20 | # |
| 21 | # HELPER FUNCTIONS: |
21 | # HELPER FUNCTIONS: |
| 22 | # |
22 | # |
| 23 | |
23 | |