1 |
# Copyright 1999-2004 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.6 2004/11/05 22:00:38 lv Exp $ |
4 |
|
5 |
IUSE="" |
6 |
DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" |
7 |
HOMEPAGE="http://redsand.net/" |
8 |
SRC_URI="http://redsand.net/code/linksys-tftp-${PV}.tar.bz2" |
9 |
LICENSE="BSD" |
10 |
SLOT="0" |
11 |
KEYWORDS="x86 ~ppc ~amd64" |
12 |
DEPEND="sys-devel/gcc |
13 |
virtual/libc" |
14 |
|
15 |
RDEPEND="virtual/libc" |
16 |
|
17 |
src_compile() { |
18 |
emake || die |
19 |
} |
20 |
|
21 |
src_install() { |
22 |
exeinto /usr/bin/ |
23 |
doexe linksys-tftp || die |
24 |
dodoc README |
25 |
} |