summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdgar Hucek <gimli@gentoo.org>2006-01-29 23:08:43 +0000
committerEdgar Hucek <gimli@gentoo.org>2006-01-29 23:08:43 +0000
commit3d07c1f39830bfc01aaf8e9af5fa8794c8f391cb (patch)
tree670ca56af6cb190743ab350612a38bbe57b196ce /app-cdr/xbiso/xbiso-0.6.1.ebuild
parentVersion bump (bug #120844). (diff)
downloadhistorical-3d07c1f39830bfc01aaf8e9af5fa8794c8f391cb.tar.gz
historical-3d07c1f39830bfc01aaf8e9af5fa8794c8f391cb.tar.bz2
historical-3d07c1f39830bfc01aaf8e9af5fa8794c8f391cb.zip
Version Bump
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'app-cdr/xbiso/xbiso-0.6.1.ebuild')
-rw-r--r--app-cdr/xbiso/xbiso-0.6.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-cdr/xbiso/xbiso-0.6.1.ebuild b/app-cdr/xbiso/xbiso-0.6.1.ebuild
new file mode 100644
index 000000000000..fc02daa7830a
--- /dev/null
+++ b/app-cdr/xbiso/xbiso-0.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.1.ebuild,v 1.1 2006/01/29 23:08:42 gimli 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}
+}
+
+src_install() {
+ dobin xbiso || die "install failed"
+ dodoc README CHANGELOG
+}