summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-10-15 11:32:42 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-10-15 11:32:42 +0000
commitb1991296f91e30dc8e072b42bb1d347309b55bfd (patch)
treea413a0aa09c825026c5fd00323c95a5a58a43962 /net-ftp/atftp
parentadded db-1 as a dep (diff)
downloadgentoo-2-b1991296f91e30dc8e072b42bb1d347309b55bfd.tar.gz
gentoo-2-b1991296f91e30dc8e072b42bb1d347309b55bfd.tar.bz2
gentoo-2-b1991296f91e30dc8e072b42bb1d347309b55bfd.zip
Closes #8169
Diffstat (limited to 'net-ftp/atftp')
-rw-r--r--net-ftp/atftp/ChangeLog9
-rw-r--r--net-ftp/atftp/atftp-0.6.ebuild31
-rw-r--r--net-ftp/atftp/files/digest-atftp-0.61
3 files changed, 41 insertions, 0 deletions
diff --git a/net-ftp/atftp/ChangeLog b/net-ftp/atftp/ChangeLog
new file mode 100644
index 000000000000..194427d2d551
--- /dev/null
+++ b/net-ftp/atftp/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/atftp
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/ChangeLog,v 1.1 2002/10/15 11:32:42 aliz Exp $
+
+*atftp-0.6 (16 Aug 2002)
+
+ 16 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> atftp-0.6.ebuild:
+ Initial import. Ebuild submitted by Francisco Gimeno
+ <kikov@fco-gimeno.com>.
diff --git a/net-ftp/atftp/atftp-0.6.ebuild b/net-ftp/atftp/atftp-0.6.ebuild
new file mode 100644
index 000000000000..dc9fee171934
--- /dev/null
+++ b/net-ftp/atftp/atftp-0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6.ebuild,v 1.1 2002/10/15 11:32:42 aliz Exp $
+
+DESCRIPTION="Advanced TFTP implementation client/server"
+HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/"
+LICENSE="GPL-2"
+DEPEND=""
+SLOT="0"
+KEYWORDS="x86"
+SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz"
+S=${WORKDIR}/${P}
+
+src_unpack () {
+ unpack ${A}
+ cd ${S}
+
+}
+
+src_compile () {
+ econf || die "./configure failed"
+
+ cp Makefile Makefile.orig
+ sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile
+
+ emake || die
+}
+
+src_install () {
+ einstall || die "Installation failed"
+}
diff --git a/net-ftp/atftp/files/digest-atftp-0.6 b/net-ftp/atftp/files/digest-atftp-0.6
new file mode 100644
index 000000000000..5cfcb463e4a5
--- /dev/null
+++ b/net-ftp/atftp/files/digest-atftp-0.6
@@ -0,0 +1 @@
+MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898