# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Fast and efficient 80x86 assembler" HOMEPAGE="http://flatassembler.net" SRC_URI="http://flatassembler.net/${P}.tgz" LICENSE="FASM" RESTRICT="nostrip" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" S=${WORKDIR}/fasm src_install() { dobin fasm || die "dobin fasm failed" dodoc *.txt }