diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-20 17:45:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-20 17:45:25 +0000 |
commit | e19dfc50f677ef0d97e87cb637e5e8e52d3d8af9 (patch) | |
tree | dbd6ed9c62efaa466787a40cb32cfa3d538134ee /net-ftp/linksys-tftp | |
parent | arm stable, bug #353854 (diff) | |
download | gentoo-2-e19dfc50f677ef0d97e87cb637e5e8e52d3d8af9.tar.gz gentoo-2-e19dfc50f677ef0d97e87cb637e5e8e52d3d8af9.tar.bz2 gentoo-2-e19dfc50f677ef0d97e87cb637e5e8e52d3d8af9.zip |
old
Diffstat (limited to 'net-ftp/linksys-tftp')
-rw-r--r-- | net-ftp/linksys-tftp/linksys-tftp-1.2.1-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r1.ebuild b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r1.ebuild deleted file mode 100644 index 572e2f4c64c1..000000000000 --- a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r1.ebuild,v 1.1 2010/10/04 15:57:22 xmw Exp $ - -EAPI=2 - -inherit eutils toolchain-funcs - -DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" -HOMEPAGE="http://redsand.net/projects/linksys-tftp/linksys-tftp.php" -SRC_URI="http://redsand.net/projects/${PN}/pub/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="sys-devel/gcc" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PF}-Makefile.patch -} - -src_compile() { - emake CC="$(tc-getCC)" || die -} - -src_install() { - doexe linksys-tftp || die - dodoc README || die -} |