summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrakash Shetty <crux@gentoo.org>2001-06-26 14:23:31 +0000
committerPrakash Shetty <crux@gentoo.org>2001-06-26 14:23:31 +0000
commit1fcb41869cd81db9d29463eca3f9c041329173d1 (patch)
treeb7b6681e2dcdddb83a4bcd6223d874bf61a1b6e2 /net-misc
parent*** empty log message *** (diff)
downloadgentoo-2-1fcb41869cd81db9d29463eca3f9c041329173d1.tar.gz
gentoo-2-1fcb41869cd81db9d29463eca3f9c041329173d1.tar.bz2
gentoo-2-1fcb41869cd81db9d29463eca3f9c041329173d1.zip
A high level policy language to define and automate network tasks.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/cfengine/cfengine-1.6.3.ebuild35
-rw-r--r--net-misc/cfengine/files/digest-cfengine-1.6.31
2 files changed, 36 insertions, 0 deletions
diff --git a/net-misc/cfengine/cfengine-1.6.3.ebuild b/net-misc/cfengine/cfengine-1.6.3.ebuild
new file mode 100644
index 000000000000..21f432f79571
--- /dev/null
+++ b/net-misc/cfengine/cfengine-1.6.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Prakash Shetty (Crux) <ps@gnuos.org>
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="An agent/software robot and a high level policy language for
+building expert systems to administrate and configure large computer
+networks"
+
+SRC_URI="ftp://ftp.iu.hio.no/pub/cfengine/${A}"
+HOMEPAGE="http://www.iu.hio.no/cfengine/"
+
+DEPEND=">=sys-libs/glibc-2.1.3
+ >=app-text/tetex-1.0.7-r2"
+
+src_compile() {
+
+ cd ${S}
+ try ./configure
+
+ try make
+
+}
+
+src_install () {
+
+ cd ${S}
+ try make DESTDIR=${D} install
+ try make DESTDIR=${D}/doc install
+ dodoc COPYING ChangeLog README
+}
+
+
+
diff --git a/net-misc/cfengine/files/digest-cfengine-1.6.3 b/net-misc/cfengine/files/digest-cfengine-1.6.3
new file mode 100644
index 000000000000..26b7e3ca4c63
--- /dev/null
+++ b/net-misc/cfengine/files/digest-cfengine-1.6.3
@@ -0,0 +1 @@
+MD5 5076ff2292a2a00acafc9849175384e3 cfengine-1.6.3.tar.gz