[Lunar-commits] r16740 - moonbase/trunk/x11-apps/x3270
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Sep 30 23:00:40 UTC 2005
Author: v3rt1g0
Date: 2005-09-30 23:00:40 +0000 (Fri, 30 Sep 2005)
New Revision: 16740
Modified:
moonbase/trunk/x11-apps/x3270/BUILD
moonbase/trunk/x11-apps/x3270/DETAILS
Log:
Version bump. Added SHA1 and simplified the BUILD file a bit.
Modified: moonbase/trunk/x11-apps/x3270/BUILD
===================================================================
--- moonbase/trunk/x11-apps/x3270/BUILD 2005-09-30 22:37:20 UTC (rev 16739)
+++ moonbase/trunk/x11-apps/x3270/BUILD 2005-09-30 23:00:40 UTC (rev 16740)
@@ -1,19 +1,12 @@
(
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- $OPTS &&
+ default_config &&
sedit 's:x3270 $(DESTDIR)$(BINDIR):x3270 /usr/bin:' Makefile &&
- sedit 's:$(DESTDIR)$(DOCHTMLDIR)/x3270.$$SUF.html:/usr/share/doc/x3270/x3270.$$SUF.html:' Makefile &&
sedit 's:$(DESTDIR)$(MANDIR)/x3270.$(MANSUFFIX):/usr/share/man/man1/x3270.$(MANSUFFIX):' Makefile &&
- make depend &&
- make &&
-
- prepare_install &&
- mkdir -p /usr/share/doc/x3270 &&
- make install &&
+ make depend &&
+ default_make &&
make install.man
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-apps/x3270/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/x3270/DETAILS 2005-09-30 22:37:20 UTC (rev 16739)
+++ moonbase/trunk/x11-apps/x3270/DETAILS 2005-09-30 23:00:40 UTC (rev 16740)
@@ -1,12 +1,14 @@
MODULE=x3270
- VERSION=3219
+ VERSION=334p6
SOURCE=$MODULE-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.2
- SOURCE_URL[0]=http://x3270.bgp.nu/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.3
+ SOURCE_URL=http://x3270.bgp.nu/download/
+ SOURCE_VFY=sha1:18f418f6c157c2e3d0f786f0ccf9aac4329e0b52
WEB_SITE=http://www.geocities.com/SiliconValley/Peaks/7814/
ENTERED=20020522
- UPDATED=20020522
- SHORT="x3270 is an IBM 3270 terminal emulator for X."
+ UPDATED=20050930
+ SHORT="an IBM 3270 terminal emulator for X"
+
cat << EOF
x3270 is an IBM 3270 terminal emulator for the X Window System. (If you don't
know what an IBM 3270 terminal emulator is, then you probably don't need
More information about the Lunar-commits
mailing list