| 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/gst-plugins-good.eclass,v 1.13 2007/08/30 10:37:04 drac Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.14 2007/09/13 15:38:54 drac Exp $ |
| 4 | |
4 | |
| 5 | # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> |
5 | # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> |
| 6 | |
6 | |
| 7 | # gst-plugins-good eclass |
7 | # gst-plugins-good eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 108 | gst-plugins-good_src_install() { |
108 | gst-plugins-good_src_install() { |
| 109 | |
109 | |
| 110 | gst-plugins10_find_plugin_dir |
110 | gst-plugins10_find_plugin_dir |
| 111 | einstall || die |
111 | einstall || die |
| 112 | |
112 | |
| 113 | dodoc README |
113 | [[ -e README ]] && dodoc README |
| 114 | } |
114 | } |
| 115 | |
115 | |
| 116 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
116 | EXPORT_FUNCTIONS src_unpack src_compile src_install |