# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="xbox XDVDFS file extractor" HOMEPAGE="http://sourceforge.net/projects/xbiso/" SRC_URI="mirror://sourceforge/xbiso/xbiso-0.6.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="" S=${WORKDIR}/${P} src_compile() { econf || die emake || die "emake failed" } src_install() { dobin xbiso dodoc README }