diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-05-25 23:16:32 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-05-25 23:16:32 +0000 |
commit | d226070d1e22156dde0744ff8027beb84c12e034 (patch) | |
tree | 5dbf5f2bfb6177db62a23bbf367e12599226a82f /app-cdr/xbiso/xbiso-0.6.0-r1.ebuild | |
parent | updated 5.4.9-r2 to copy compile file for automake-1.6 (diff) | |
download | historical-d226070d1e22156dde0744ff8027beb84c12e034.tar.gz historical-d226070d1e22156dde0744ff8027beb84c12e034.tar.bz2 historical-d226070d1e22156dde0744ff8027beb84c12e034.zip |
Revision bump for security fix.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-cdr/xbiso/xbiso-0.6.0-r1.ebuild')
-rw-r--r-- | app-cdr/xbiso/xbiso-0.6.0-r1.ebuild | 24 |
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 +} |