[Lunar-commits] r16166 - moonbase/trunk/libs/newt
Florin Braescu
florin at lunar-linux.org
Sat Aug 20 19:18:52 UTC 2005
Author: florin
Date: 2005-08-20 19:18:52 +0000 (Sat, 20 Aug 2005)
New Revision: 16166
Modified:
moonbase/trunk/libs/newt/BUILD
moonbase/trunk/libs/newt/DEPENDS
moonbase/trunk/libs/newt/DETAILS
Log:
add sha1 sum. small tweaks.
Modified: moonbase/trunk/libs/newt/BUILD
===================================================================
--- moonbase/trunk/libs/newt/BUILD 2005-08-20 19:13:01 UTC (rev 16165)
+++ moonbase/trunk/libs/newt/BUILD 2005-08-20 19:18:52 UTC (rev 16166)
@@ -1,11 +1,9 @@
(
- ./configure --prefix=/usr \
- --mandir=/usr/share/man &&
- make &&
- prepare_install &&
- make install &&
- mkdir -p $DOCUMENT_DIRECTORY/newt &&
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man &&
+ default_make &&
+ mkdir -p $DOCUMENT_DIRECTORY/newt &&
cp newt.spec $DOCUMENT_DIRECTORY/newt
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/newt/DEPENDS
===================================================================
--- moonbase/trunk/libs/newt/DEPENDS 2005-08-20 19:13:01 UTC (rev 16165)
+++ moonbase/trunk/libs/newt/DEPENDS 2005-08-20 19:18:52 UTC (rev 16166)
@@ -1,4 +1,4 @@
-depends Python &&
-depends perl &&
-depends CPAN &&
-depends slang
+depends Python &&
+depends perl &&
+depends CPAN &&
+depends slang
Modified: moonbase/trunk/libs/newt/DETAILS
===================================================================
--- moonbase/trunk/libs/newt/DETAILS 2005-08-20 19:13:01 UTC (rev 16165)
+++ moonbase/trunk/libs/newt/DETAILS 2005-08-20 19:18:52 UTC (rev 16166)
@@ -1,13 +1,17 @@
MODULE=newt
VERSION=0.51.5
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$LRESORT_URL/
+ SOURCE_URL=$LRESORT_URL/
+ SOURCE_VFY=sha1:fed8c7c5ff6a7b66ef6e5d6e7db6a11dd84a7365
WEB_SITE=http://lunar-linux.org
ENTERED=20020331
UPDATED=20031026
SHORT="Newt is a programming library for color text mode, widget-based user interfaces."
+
cat << EOF
-newt
-Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. This package also contains the shared library needed by programs built with newt, as well as a /usr/bin/dialog replacement called whiptail. Newt is based on the slang library.
-
+Newt can be used to add stacked windows, entry widgets, checkboxes,
+radio buttons, labels, plain text fields, scrollbars, etc., to text
+mode user interfaces. This package also contains the shared library
+needed by programs built with newt, as well as a /usr/bin/dialog
+replacement called whiptail. Newt is based on the slang library.
EOF
More information about the Lunar-commits
mailing list