# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/passivetex/passivetex-1.4.ebuild,v 1.12 2003/10/22 10:23:54 obz Exp $ S=${WORKDIR} DESCRIPTION="A namespace-aware XML parser written in Tex" SRC_URI="http://users.ox.ac.uk/~rahtz/passivetex/${PN}.zip" HOMEPAGE="http://users.ox.ac.uk/~rahtz/passivetex/" LICENSE="freedist" KEYWORDS="x86 sparc " SLOT="0" IUSE="" RDEPEND="virtual/tetex" DEPEND="${RDEPEND} app-arch/unzip" src_unpack() { unpack ${A} rm -f Makefile cp ${FILESDIR}/${P}-Makefile Makefile } src_install () { make DESTDIR=${D} install || die } pkg_postinst() { [ -e /usr/bin/mktexlsr ] && /usr/bin/mktexlsr }