[Lunar-commits] r14718 - in moonbase/trunk/net: . bind bind-utils

Moritz Heiber moe at lunar-linux.org
Fri May 13 06:59:53 UTC 2005


Author: moe
Date: 2005-05-13 06:59:52 +0000 (Fri, 13 May 2005)
New Revision: 14718

Added:
   moonbase/trunk/net/bind-utils/
   moonbase/trunk/net/bind-utils/BUILD
   moonbase/trunk/net/bind-utils/CONFLICTS
   moonbase/trunk/net/bind-utils/DETAILS
   moonbase/trunk/net/bind/CONFLICTS
Log:
bind-utils holds the commands dig, nslookup .. aaand something
else I can't quite remember. This module is making me look like
Brian's ho.



Added: moonbase/trunk/net/bind/CONFLICTS
===================================================================
--- moonbase/trunk/net/bind/CONFLICTS	2005-05-13 04:34:22 UTC (rev 14717)
+++ moonbase/trunk/net/bind/CONFLICTS	2005-05-13 06:59:52 UTC (rev 14718)
@@ -0,0 +1 @@
+conflicts bind-utils

Added: moonbase/trunk/net/bind-utils/BUILD
===================================================================
--- moonbase/trunk/net/bind-utils/BUILD	2005-05-13 04:34:22 UTC (rev 14717)
+++ moonbase/trunk/net/bind-utils/BUILD	2005-05-13 06:59:52 UTC (rev 14718)
@@ -0,0 +1,19 @@
+(
+
+  ./configure --build=$BUILD        \
+              --prefix=/usr         \
+              --sysconfdir=/etc     \
+              $OPTS                 &&
+
+  # We are only making the client programs
+  make -C lib/dns    &&
+  make -C lib/isc    &&
+  make -C lib/bind9  &&
+  make -C lib/isccfg &&
+  make -C lib/lwres  &&
+  make -C bin/dig    &&
+
+  prepare_install &&
+  make -C bin/dig install
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/net/bind-utils/CONFLICTS
===================================================================
--- moonbase/trunk/net/bind-utils/CONFLICTS	2005-05-13 04:34:22 UTC (rev 14717)
+++ moonbase/trunk/net/bind-utils/CONFLICTS	2005-05-13 06:59:52 UTC (rev 14718)
@@ -0,0 +1 @@
+conflicts bind

Added: moonbase/trunk/net/bind-utils/DETAILS
===================================================================
--- moonbase/trunk/net/bind-utils/DETAILS	2005-05-13 04:34:22 UTC (rev 14717)
+++ moonbase/trunk/net/bind-utils/DETAILS	2005-05-13 06:59:52 UTC (rev 14718)
@@ -0,0 +1,18 @@
+	  MODULE=bind-utils
+	 VERSION=9.3.1
+	  SOURCE=bind-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/bind-${VERSION}
+      SOURCE_URL=ftp://ftp.isc.org/isc/bind9/${VERSION}/
+      SOURCE_VFY=sha1:99df8014e3b500c4d3a6652ec7b1c3cf7bba6f64
+        WEB_SITE=http://www.isc.org/products/BIND
+	 ENTERED=20050513
+	 UPDATED=20050513
+	   SHORT="Collection of BIND related client programs"
+cat << EOF
+bind-utils is not a separate package, it is a collection of the
+client side programs that are included with BIND. The BIND package
+includes the client side programs nslookup, dig and host. If you
+install BIND server, these programs will be installed automatically.
+This module is for those users who don't need the complete BIND
+server, but need these client side applications.
+EOF



More information about the Lunar-commits mailing list