| 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-ugly.eclass,v 1.9 2006/10/06 16:41:20 zaheerm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.10 2007/09/13 15:38:54 drac Exp $ |
| 4 | |
4 | |
| 5 | # Author : foser <foser@gentoo.org> |
5 | # Author : foser <foser@gentoo.org> |
| 6 | |
6 | |
| 7 | # gst-plugins-ugly eclass |
7 | # gst-plugins-ugly eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 105 | gst-plugins-ugly_src_install() { |
105 | gst-plugins-ugly_src_install() { |
| 106 | |
106 | |
| 107 | gst-plugins10_find_plugin_dir |
107 | gst-plugins10_find_plugin_dir |
| 108 | einstall || die |
108 | einstall || die |
| 109 | |
109 | |
| 110 | dodoc README |
110 | [[ -e README ]] && dodoc README |
| 111 | } |
111 | } |
| 112 | |
112 | |
| 113 | |
113 | |
| 114 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
114 | EXPORT_FUNCTIONS src_unpack src_compile src_install |