diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-16 12:48:47 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-16 12:48:47 +0000 |
commit | 7b1e9cf0f6e1d199d0a697a98c598519dd971133 (patch) | |
tree | b41bc7dafaa0fcd0f4c77551af5262e93fe03608 /net-misc/atftp | |
parent | Updated pod merging. Supports both arch and site pods now, and appends (diff) | |
download | historical-7b1e9cf0f6e1d199d0a697a98c598519dd971133.tar.gz historical-7b1e9cf0f6e1d199d0a697a98c598519dd971133.tar.bz2 historical-7b1e9cf0f6e1d199d0a697a98c598519dd971133.zip |
Initial import.
Diffstat (limited to 'net-misc/atftp')
-rw-r--r-- | net-misc/atftp/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6.ebuild | 31 | ||||
-rw-r--r-- | net-misc/atftp/files/digest-atftp-0.6 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/net-misc/atftp/ChangeLog b/net-misc/atftp/ChangeLog new file mode 100644 index 000000000000..8c3d1848ba3b --- /dev/null +++ b/net-misc/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-misc/atftp/ChangeLog,v 1.1 2002/08/16 12:48:47 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-misc/atftp/atftp-0.6.ebuild b/net-misc/atftp/atftp-0.6.ebuild new file mode 100644 index 000000000000..696d790adc22 --- /dev/null +++ b/net-misc/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-misc/atftp/atftp-0.6.ebuild,v 1.1 2002/08/16 12:48:47 aliz Exp $ + +DESCRIPTION="This is the ebuild file for atftp (Advanced TFTP)" +HOMEPAGE="http://" +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-misc/atftp/files/digest-atftp-0.6 b/net-misc/atftp/files/digest-atftp-0.6 new file mode 100644 index 000000000000..5cfcb463e4a5 --- /dev/null +++ b/net-misc/atftp/files/digest-atftp-0.6 @@ -0,0 +1 @@ +MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898 |