# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit eutils versionator MY_P=$(delete_all_version_separators ${P}) DESCRIPTION="Inno Setup installer package extractor (Windows executable)" HOMEPAGE="http://innounp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.rar" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="app-emulation/wine || ( app-arch/unrar app-arch/rar )" src_install() { insinto "/usr/$(get_libdir)/wine/fakedlls" doins ${PN}.exe dodoc ${PN}.htm make_wrapper ${PN} "wine /usr/$(get_libdir)/wine/fakedlls/${PN}.exe" }