来自:http://blog.chinaunix.net/u/32610/showart_356126.html
mytget是一款很优秀的多线程下载工具,gentoo里面还没有这个ebuild,没有办法emerge,
Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: mytgets-0.1.2-r1.ebuild,v 1.15 2007/08/08 01:05:42 Lynnlin$
DESCRIPTION="a muti-thread download tool"
HOMEPAGE="http://myget.sourceforge.net"
SRC_URI="http://myget.sourceforge.net/release/myget-0.1.2.tar.gz"
KEYWORDS="x86"
LICENSE="GPL-2"
IUSE=""
MAINTAINER="lynn,lin<lx_wpp@hotmail.com>"
src_compile() {
econf || die "failed"
emake || die "failed"
}
src_install() {
einstall || die "einstall failed"
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we
# rename ctags to exuberant-ctags (Mandrake does this also).
}