# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="mp3 encoder" HOMEPAGE="http://users.rsise.anu.edu.au/~conrad/not_lame/" SRC_URI="http://users.rsise.anu.edu.au/~conrad/not_lame/${PN}/${P}.tar.gz" LICENSE="NOLICENSE?" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc virtual/eject" src_compile() { echo "Skipping Compile" } src_install() { dodir /usr/bin exeinto /usr/bin doexe notlame || die dohtml ${S}/documentation/*.html }