# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="MiKTeX Tools -- package manager for a TeX distribution" HOMEPAGE="http://www.miktex.org/unx/" SRC_URI="http://internap.dl.sourceforge.net/sourceforge/miktex/miktex-tools-2.5.2199-beta-4.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="net-misc/curl dev-libs/pth app-text/tetex" S="${WORKDIR}/miktex-tools-2.5.2199-beta-4" src_unpack() { unpack ${A} } src_compile() { econf || die "configure failed" emake || die } src_install() { make install DESTDIR=${D} || die "install failed" }