| 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/xemacs-packages.eclass,v 1.13 2007/03/11 23:09:53 betelgeuse Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.14 2008/02/24 13:35:15 graaff Exp $ |
| 4 | # |
4 | # |
| 5 | # xemacs-packages eclass inherited by all xemacs packages |
5 | # xemacs-packages eclass inherited by all xemacs packages |
| 6 | # $PKG_CAT need's to be set before inheriting xemacs-packages |
6 | # $PKG_CAT need's to be set before inheriting xemacs-packages |
| 7 | |
7 | |
| 8 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
8 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
| … | |
… | |
| 40 | einfo "Nothing to compile" |
40 | einfo "Nothing to compile" |
| 41 | } |
41 | } |
| 42 | |
42 | |
| 43 | xemacs-packages_src_install() { |
43 | xemacs-packages_src_install() { |
| 44 | dodir ${MY_INSTALL_DIR} |
44 | dodir ${MY_INSTALL_DIR} |
| 45 | cd ${D}${MY_INSTALL_DIR} |
45 | cd "${D}${MY_INSTALL_DIR}" |
| 46 | unpack ${A} |
46 | unpack ${A} |
| 47 | } |
47 | } |