summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/xbiso/xbiso-0.6.0-r1.ebuild')
-rw-r--r--app-cdr/xbiso/xbiso-0.6.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild b/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild
new file mode 100644
index 000000000000..1f9f6142e8dd
--- /dev/null
+++ b/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild,v 1.1 2005/05/25 23:11:33 chrb Exp $
+
+inherit eutils
+
+DESCRIPTION="Xbox xdvdfs ISO extraction utility"
+HOMEPAGE="http://sourceforge.net/projects/xbiso/"
+SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-fnamecheck.patch
+}
+
+src_install() {
+ dobin xbiso || die "install failed"
+ dodoc README CHANGELOG
+}