# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.4.0.ebuild,v 1.2 2005/11/29 03:51:03 vapier Exp $ DESCRIPTION="assembler that supports amd64" HOMEPAGE="http://www.tortall.net/projects/yasm/" SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="-* ~x86 ~amd64" IUSE="" DEPEND="" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS INSTALL }