# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Xbox xdvdfs ISO extraction utility" SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/xbiso/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" src_compile() { econf || die "configure failed" ${CC} -o xbiso ${CFLAGS} xbiso.c ${LIBS} || die "compile failed" } src_install() { dobin xbiso || die "install failed" dodoc LICENSE README CHANGELOG }