summaryrefslogtreecommitdiffstats
path: root/cluster/lui
diff options
context:
space:
mode:
authorEric Sandall2006-06-29 13:43:21 -0700
committerEric Sandall2006-06-29 13:43:21 -0700
commit8de7d6ab5f9f392945cb695186b26f043c1a3b86 (patch)
tree5d78ebd3c9e564a99ec1fa00444e38081db35607 /cluster/lui
parent8a0bb505bd238d1e085612c86e54930639f034ba (diff)
Converted lui to build_api 2
Diffstat (limited to 'cluster/lui')
-rwxr-xr-xcluster/lui/BUILD22
-rwxr-xr-xcluster/lui/DETAILS7
-rw-r--r--cluster/lui/HISTORY5
3 files changed, 15 insertions, 19 deletions
diff --git a/cluster/lui/BUILD b/cluster/lui/BUILD
index f65a7ceef4..d3c97fe858 100755
--- a/cluster/lui/BUILD
+++ b/cluster/lui/BUILD
@@ -1,16 +1,10 @@
-(
+perl Makefile.PL PREFIX=/usr &&
- 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
+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
diff --git a/cluster/lui/DETAILS b/cluster/lui/DETAILS
index b4a80e16f5..3082d650d9 100755
--- a/cluster/lui/DETAILS
+++ b/cluster/lui/DETAILS
@@ -4,13 +4,10 @@
SOURCE_HASH=sha512:ffcfb7a0e899fdbc346e6db806865e8f5aaf894fb857479e6b2d60fe642497674b12b5a5c58f7bd97426e9020b32dc66979f5d41737291adf90e6f69d002b5ef
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://www-126.ibm.com/pub/$SPELL/$SOURCE
+ LICENSE[0]=GPL
WEB_SITE=http://oss.software.ibm.com/lui
- ENTERED=20020629
- UPDATED=20021018
- MAINTAINER=zoran@idi.ntnu.no
- LICENSE=GPL
KEYWORDS="cluster"
- BUILD_API=1
+ ENTERED=20020629
SHORT="Linux utility for cluster installation"
cat << EOF
The Linux Utility for cluster Installation (LUI) is an open source
diff --git a/cluster/lui/HISTORY b/cluster/lui/HISTORY
index 45dd5d739c..ac97ad1c47 100644
--- a/cluster/lui/HISTORY
+++ b/cluster/lui/HISTORY
@@ -1,3 +1,8 @@
+2006-06-29 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
+ Changed LICENSE to LICENSE[0]
+ * BUILD: Converted to build_api 2
+
2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
* DETAILS: inserted BUILD_API=1 line