# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="assembler that supports amd64" HOMEPAGE="http://www.tortall.net/projects/yasm/" SRC_URI="http://www.tortall.net/~yasm/releases/yasm-0.4.0.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="-* ~x86 ~amd64" IUSE="" DEPEND="sys-devel/gcc" src_install() { #cd yasm-0.4.0/work/yasm-0.4.0/ #./configure --prefix "${D}" #make install || die "make install failed" make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS COPYING INSTALL Artistic.txt BSD.txt }