|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r7.ebuild,v 1.14 2005/03/15 14:28:09 seemant Exp $ | # $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r7.ebuild,v 1.14 2005/03/15 14:28:09 seemant Exp $ |
| |
inherit sgml-catalog |
inherit sgml-catalog python |
| |
DESCRIPTION="Python interface to SGML software in a DocBook/OpenJade env" | DESCRIPTION="Python interface to SGML software in a DocBook/OpenJade env" |
HOMEPAGE="http://sgmltools-lite.sourceforge.net/" | HOMEPAGE="http://sgmltools-lite.sourceforge.net/" |
|
|
| |
} | } |
| |
|
pkg_postinst() { |
|
python_mod_optimize ${ROOT}usr/share/sgml/misc/sgmltools/python |
|
} |
|
|
|
pkg_postrm() { |
|
python_mod_cleanup ${ROOT}usr/share/sgml/misc/sgmltools/python |
|
} |
|
|
sgml-catalog_cat_include "/etc/sgml/sgml-lite.cat" \ | sgml-catalog_cat_include "/etc/sgml/sgml-lite.cat" \ |
"/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat" | "/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat" |