summaryrefslogtreecommitdiffstats
path: root/cluster/lui
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /cluster/lui
initial commit from stable 0.3
Diffstat (limited to 'cluster/lui')
-rwxr-xr-xcluster/lui/BUILD16
-rwxr-xr-xcluster/lui/DEPENDS2
-rwxr-xr-xcluster/lui/DETAILS25
-rw-r--r--cluster/lui/HISTORY12
4 files changed, 55 insertions, 0 deletions
diff --git a/cluster/lui/BUILD b/cluster/lui/BUILD
new file mode 100755
index 0000000000..f65a7ceef4
--- /dev/null
+++ b/cluster/lui/BUILD
@@ -0,0 +1,16 @@
+(
+
+ perl Makefile.PL PREFIX=/usr &&
+
+ sedit "s/\/usr\/share\/man/\/usr\/man/g" Makefile &&
+ sedit "s/\$(PREFIX)\/templates/\/usr\/share\/lui\/templates/" Makefile &&
+ sedit "s/\$(PREFIX)\/share/\/usr\/share\/lui\/share/" Makefile &&
+ sedit "s/\$(PREFIX)\/samples/\/usr\/share\/lui/" Makefile &&
+ sedit "s/\$(PREFIX)\/doc/\/usr\/doc\/lui/" Makefile &&
+
+ make &&
+ make test &&
+ make install
+
+) > $C_FIFO 2>&1
+
diff --git a/cluster/lui/DEPENDS b/cluster/lui/DEPENDS
new file mode 100755
index 0000000000..f2654bea7c
--- /dev/null
+++ b/cluster/lui/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends tk
diff --git a/cluster/lui/DETAILS b/cluster/lui/DETAILS
new file mode 100755
index 0000000000..36b16adead
--- /dev/null
+++ b/cluster/lui/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=lui
+ VERSION=1.12.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ MD5[0]=bba567178408403280be0ee43ca28a13
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://www-126.ibm.com/pub/$SPELL/$SOURCE
+ WEB_SITE=http://oss.software.ibm.com/lui
+ ENTERED=20020629
+ UPDATED=20021018
+ MAINTAINER=zoran@idi.ntnu.no
+ LICENSE=GPL
+ SHORT="Linux utility for cluster installation"
+cat << EOF
+The Linux Utility for cluster Installation (LUI) is an open source
+utility for installing Linux workstations remotely, over an ethernet
+network. What distinguishes LUI is that it is "resource based". LUI
+provides tools to manage installation resources on the server, that
+can be allocated and applied to installing clients, allowing users
+to select just which resources are right for each client. Examples
+of resources supported in LUI 1.1 are the the linux kernel and
+associated system map, the disk partition table, RPMs, user exits,
+and local and remote (NFS) file systems. LUI supports both the BOOTP
+protocol for diskette based client installation, as well as true
+network installation, using DHCP and PXE.
+EOF
diff --git a/cluster/lui/HISTORY b/cluster/lui/HISTORY
new file mode 100644
index 0000000000..5f3a87d64f
--- /dev/null
+++ b/cluster/lui/HISTORY
@@ -0,0 +1,12 @@
+2005-09-23 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: Tk -> tk
+
+2002-10-18 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Added MD5 sum.
+
+2002-10-16 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Added perl-cpan/Tk dependency (bug #1387)
+
+2002-06-29 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Spell created.
+