diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 20:15:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 20:15:32 +0000 |
commit | eeb1bfeca1a39750e42258b6668c0554281c6b78 (patch) | |
tree | a75907b5b90760fca9daf9ba2d63e1d264164736 /net-misc/dyndnsupdate | |
parent | Quick update to rc4. (diff) | |
download | gentoo-2-eeb1bfeca1a39750e42258b6668c0554281c6b78.tar.gz gentoo-2-eeb1bfeca1a39750e42258b6668c0554281c6b78.tar.bz2 gentoo-2-eeb1bfeca1a39750e42258b6668c0554281c6b78.zip |
Initial ebuild #9117
Diffstat (limited to 'net-misc/dyndnsupdate')
-rw-r--r-- | net-misc/dyndnsupdate/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild | 25 | ||||
-rw-r--r-- | net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.14 | 1 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net-misc/dyndnsupdate/ChangeLog b/net-misc/dyndnsupdate/ChangeLog new file mode 100644 index 000000000000..79bc2ac2a78f --- /dev/null +++ b/net-misc/dyndnsupdate/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-misc/dyndnsupdate +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/ChangeLog,v 1.1 2002/10/23 20:15:32 vapier Exp $ + +*dyndnsupdate-0.6.14 (23 Oct 2002) + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Maurizio Disimino <maurizio@iridium.aetheric.org> diff --git a/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild b/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild new file mode 100644 index 000000000000..c86da16e4e0d --- /dev/null +++ b/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild,v 1.1 2002/10/23 20:15:32 vapier Exp $ + +DESCRIPTION="updates the DNS for your hostname/hostnames and other variables at dyndns.org" +SRC_URI="http://xzabite.org/dyndnsupdate/${P}.tar.gz" +HOMEPAGE="http://xzabite.org/dyndnsupdate/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" + +DEPEND="" + +src_compile() { + cp Makefile Makefile.old + sed "s/^\(CFLAGS = \).*/\1$CFLAGS/" Makefile.old > Makefile + emake || die "Failed to compile." +} + +src_install() { + dobin dyndnsupdate + dodir /var/dyndnsupdate + doman man/dyndnsupdate.8.gz + dodoc COPYING ChangeLog INSTALL README +} diff --git a/net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.14 b/net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.14 new file mode 100644 index 000000000000..d521167819ec --- /dev/null +++ b/net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.14 @@ -0,0 +1 @@ +MD5 f41eadba2e34f64cb2978557378d23a2 dyndnsupdate-0.6.14.tar.gz 16349 |