[Lunar-commits] <moonbase> x3270: the author has put all 3270 types into one big file, so some

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Jun 10 21:26:18 CEST 2009


commit f53b245a02e5402e967e2a807ec3c9c489f4ccd8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Jun 10 15:26:18 2009 -0400

    x3270: the author has put all 3270 types into one big file, so some
    
    changes are needed here.
---
 x11-apps/x3270/BUILD     |    7 ++-----
 x11-apps/x3270/DETAILS   |    9 ++++-----
 x11-apps/x3270/PRE_BUILD |    4 ++++
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-apps/x3270/BUILD b/x11-apps/x3270/BUILD
index c71f4d0..ecf0ce7 100644
--- a/x11-apps/x3270/BUILD
+++ b/x11-apps/x3270/BUILD
@@ -1,10 +1,7 @@
 (
 
-
-  default_config     &&
-
-  default_make       &&
+  cd x3270-3.3  &&
+  default_build &&
   make install.man
 
-
 ) > $C_FIFO 2>&1
diff --git a/x11-apps/x3270/DETAILS b/x11-apps/x3270/DETAILS
index c8c8565..8fa5038 100644
--- a/x11-apps/x3270/DETAILS
+++ b/x11-apps/x3270/DETAILS
@@ -1,12 +1,11 @@
           MODULE=x3270
-         VERSION=3.3.8p3
-          SOURCE=$MODULE-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.3
+         VERSION=3.3.9ga12
+          SOURCE=suite3270-$VERSION.tgz
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:5cdb520f5058bc21bb617e3080bfdad555b09aea
+      SOURCE_VFY=sha1:25f1dff877d2af17e0f50433cb5f91006f6ab682
         WEB_SITE=http://www.geocities.com/SiliconValley/Peaks/7814/
          ENTERED=20020522
-         UPDATED=20090213
+         UPDATED=20090610
            SHORT="An IBM 3270 terminal emulator for X"
 
 cat << EOF
diff --git a/x11-apps/x3270/PRE_BUILD b/x11-apps/x3270/PRE_BUILD
new file mode 100644
index 0000000..556b9c6
--- /dev/null
+++ b/x11-apps/x3270/PRE_BUILD
@@ -0,0 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY   &&
+mk_source_dir       $SOURCE_DIRECTORY   &&
+cd                  $SOURCE_DIRECTORY/  &&
+unpack              $SOURCE


More information about the Lunar-commits mailing list