summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-03-18 07:30:14 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-03-18 07:30:14 +0000
commit81e9899945186cab04837be78bdb8ab7ca95f7ea (patch)
treec3a632e104428dc5aee321f36f20cf2fa2ebb4d8 /net-misc/linksys-tftp
parentAdded ~mips to KEYWORDS. (diff)
downloadgentoo-2-81e9899945186cab04837be78bdb8ab7ca95f7ea.tar.gz
gentoo-2-81e9899945186cab04837be78bdb8ab7ca95f7ea.tar.bz2
gentoo-2-81e9899945186cab04837be78bdb8ab7ca95f7ea.zip
initial import by Justin Whitney <ripple@ripple.be> in bug #44090
Diffstat (limited to 'net-misc/linksys-tftp')
-rw-r--r--net-misc/linksys-tftp/ChangeLog10
-rw-r--r--net-misc/linksys-tftp/files/digest-linksys-tftp-1.2.11
-rw-r--r--net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild26
-rw-r--r--net-misc/linksys-tftp/metadata.xml9
4 files changed, 46 insertions, 0 deletions
diff --git a/net-misc/linksys-tftp/ChangeLog b/net-misc/linksys-tftp/ChangeLog
new file mode 100644
index 000000000000..050a376f9132
--- /dev/null
+++ b/net-misc/linksys-tftp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-misc/linksys-tftp
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/ChangeLog,v 1.1 2004/03/18 07:30:14 dragonheart Exp $
+
+*linksys-tftp-1.2.1 (18 Mar 2004)
+
+ 18 Mar 2004; Daniel Black <dragonheart@gentoo.org>
+ linksys-tftp-1.2.1.ebuild:
+ Inital ebuild by Justin Whitney <ripple@ripple.be> in bug #44090
+
diff --git a/net-misc/linksys-tftp/files/digest-linksys-tftp-1.2.1 b/net-misc/linksys-tftp/files/digest-linksys-tftp-1.2.1
new file mode 100644
index 000000000000..d1f9a6cbe0d6
--- /dev/null
+++ b/net-misc/linksys-tftp/files/digest-linksys-tftp-1.2.1
@@ -0,0 +1 @@
+MD5 d28e017ce981c383bd75c158de326c46 linksys-tftp.tar.bz2 11095
diff --git a/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild b/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild
new file mode 100644
index 000000000000..df24de8dd6c1
--- /dev/null
+++ b/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.1 2004/03/18 07:30:14 dragonheart Exp $
+
+DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router"
+HOMEPAGE="http://redsand.net/"
+SRC_URI="http://redsand.net/code/linksys-tftp.tar.bz2"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86"
+DEPEND="sys-devel/gcc
+ virtual/glibc"
+
+RDEPEND="virtual/glibc"
+
+S=${WORKDIR}/linksys-tftp
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ exeinto /usr/bin/
+ doexe linksys-tftp || die
+ dodoc README
+}
diff --git a/net-misc/linksys-tftp/metadata.xml b/net-misc/linksys-tftp/metadata.xml
new file mode 100644
index 000000000000..b77317ddece0
--- /dev/null
+++ b/net-misc/linksys-tftp/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>embedded</herd>
+<maintainer>
+ <email>embedded@gentoo.org</email>
+</maintainer>
+<longdescription>An extended version of BSD tftp with passwords</longdescription>
+</pkgmetadata>