# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Small utility to extract firmware from windows drivers on prism54 cards" HOMEPAGE="http://prism54.org/misc.html" SRC_URI="http://prism54.org/misc/fwextract3.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~mips ~sparc ~x86 ~amd64 ~ppc ~ppc64" IUSE="" src_compile() { cd ${WORKDIR}/fwextract3/ emake || die "emake failed" } src_install() { dobin ${WORKDIR}/fwextract3/fwextract } pkg_postinstall() { einfo "Sintax: fxextract file.sys basename no/byteswap" }