summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-11-07 12:37:25 +0000
committerAchim Gottinger <achim@gentoo.org>2001-11-07 12:37:25 +0000
commitc83ac365c37c1579db67885ffb49cfc504e184cb (patch)
tree35d33736ad742a22077198957ecf0813b91c7b59 /net-libs
parentupdated revision after achim's patch (diff)
downloadgentoo-2-c83ac365c37c1579db67885ffb49cfc504e184cb.tar.gz
gentoo-2-c83ac365c37c1579db67885ffb49cfc504e184cb.tar.bz2
gentoo-2-c83ac365c37c1579db67885ffb49cfc504e184cb.zip
Advanced, easy to use, asynchronous-capable DNS client library and
utilities.
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/adns/adns-1.0.ebuild27
-rw-r--r--net-libs/adns/files/digest-adns-1.01
2 files changed, 28 insertions, 0 deletions
diff --git a/net-libs/adns/adns-1.0.ebuild b/net-libs/adns/adns-1.0.ebuild
new file mode 100644
index 000000000000..1100ab01de32
--- /dev/null
+++ b/net-libs/adns/adns-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.0.ebuild,v 1.1 2001/11/07 12:37:25 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Advanced, easy to use, asynchronous-capable DNS client library and utilities"
+SRC_URI="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/${A}"
+HOMEPAGE="http://www.chiark.greenend.org.uk/~ian/adns/"
+
+
+src_compile() {
+
+ ./configure --prefix=/usr --host=${CHOST} || die
+ make || die
+
+}
+
+src_install () {
+ dodir /usr/{include,bin,lib}
+ make prefix=${D}/usr install || die
+ dodoc README GPL-vs-LGPL COPYING TODO
+ docinto html
+ dodoc *.html
+}
+
diff --git a/net-libs/adns/files/digest-adns-1.0 b/net-libs/adns/files/digest-adns-1.0
new file mode 100644
index 000000000000..fc25f7267c1f
--- /dev/null
+++ b/net-libs/adns/files/digest-adns-1.0
@@ -0,0 +1 @@
+MD5 af4411ee10875b96c0d61f903018f438 adns-1.0.tar.gz 208896