| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/nsplugins.eclass,v 1.1.1.1 2005/11/30 09:59:24 chriswhite Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.16 2005/03/18 09:30:50 genstef Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # Just some re-usable functions for the netscape/moz plugins sharing |
7 | # Just some re-usable functions for the netscape/moz plugins sharing |
| 8 | |
8 | |
| 9 | inherit eutils |
9 | inherit eutils |
|
|
10 | |
|
|
11 | ECLASS=nsplugins |
|
|
12 | INHERITED="$INHERITED $ECLASS" |
| 10 | |
13 | |
| 11 | DESCRIPTION="Based on the ${ECLASS} eclass" |
14 | DESCRIPTION="Based on the ${ECLASS} eclass" |
| 12 | |
15 | |
| 13 | PLUGINS_DIR="nsbrowser/plugins" |
16 | PLUGINS_DIR="nsbrowser/plugins" |
| 14 | |
17 | |
| … | |
… | |
| 23 | cp -a ${D}/$1/* ${D}/usr/$(get_libdir)/${PLUGINS_DIR} |
26 | cp -a ${D}/$1/* ${D}/usr/$(get_libdir)/${PLUGINS_DIR} |
| 24 | rm -rf ${D}/$1 |
27 | rm -rf ${D}/$1 |
| 25 | dosym /usr/$(get_libdir)/${PLUGINS_DIR} $1 |
28 | dosym /usr/$(get_libdir)/${PLUGINS_DIR} $1 |
| 26 | } |
29 | } |
| 27 | |
30 | |
| 28 | # This function move plugins in pkg_preinst() in old dir to |
31 | # This function move plugins in pkg_preinst() in old dir to |
| 29 | # ${ROOT}/usr/$(get_libdir)/${PLUGIN_DIR}. First argument should be |
32 | # ${ROOT}/usr/$(get_libdir)/${PLUGIN_DIR}. First argument should be |
| 30 | # the full path (without $ROOT) to old plugin dir. |
33 | # the full path (without $ROOT) to old plugin dir. |
| 31 | pkg_mv_plugins() { |
34 | pkg_mv_plugins() { |
| 32 | |
35 | |
| 33 | # Move old plugins dir |
36 | # Move old plugins dir |