# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils [ "$ARCH" == "amd64" ] && MY_ARCH=x86_64 || MY_ARCH=x86 MY_REV=5186 DESCRIPTION="Wiimms ISO Tools is a set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers" HOMEPAGE="http://wit.wiimm.de/" SRC_URI="http://wit.wiimm.de/download/wit-v${PV}-r${MY_REV}-${MY_ARCH}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86 -*" IUSE="" RESTRICT="strip" RDEPEND="sys-fs/fuse" DEPEND="" S=${WORKDIR}/wit-v${PV}-r${MY_REV}-${MY_ARCH} src_install() { dobin bin/* dodoc doc/*.txt insinto /usr/share/wit doins share/* }