# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A small command-line program to download files from Megaupload" HOMEPAGE="http://mundogeek.net/megaupload-dl/" SRC_URI="http://mundogeek.net/repo/pool/ubuntu/all/${PN}_${PV}-1.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" SLOT="0" RDEPEND=">=dev-lang/python-2.4" src_install() { cd "${WORKDIR}/${P}" dobin "${PN}.py" doman "${PN}.1" dodoc changelog newbin ${PN} }