diff options
Diffstat (limited to 'x11-misc/xchm/xchm-0.9.3.ebuild')
-rw-r--r-- | x11-misc/xchm/xchm-0.9.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/xchm/xchm-0.9.3.ebuild b/x11-misc/xchm/xchm-0.9.3.ebuild deleted file mode 100644 index e79928ca0540..000000000000 --- a/x11-misc/xchm/xchm-0.9.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.3.ebuild,v 1.4 2005/02/23 16:12:02 mholzer Exp $ - -DESCRIPTION="Utility for viewing Microsoft .chm files." -HOMEPAGE="http://xchm.sf.net" -SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz - doc? ( mirror://sourceforge/xchm/${P}-doc.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" - -IUSE="doc" -DEPEND=">=app-doc/chmlib-0.31 - >=x11-libs/wxGTK-2.4.0" - -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - einstall || die - dodoc COPYING AUTHORS README - - if use doc; then - cd ${S}"-doc" - dohtml html/* - fi -} |