[Lunar-commits] r14714 - moonbase/trunk/net/isdn4k-utils
Moritz Heiber
moe at lunar-linux.org
Thu May 12 16:32:44 UTC 2005
Author: moe
Date: 2005-05-12 16:32:43 +0000 (Thu, 12 May 2005)
New Revision: 14714
Modified:
moonbase/trunk/net/isdn4k-utils/BUILD
moonbase/trunk/net/isdn4k-utils/DETAILS
Log:
Long due update. Getting ready for my new job ;-)
Modified: moonbase/trunk/net/isdn4k-utils/BUILD
===================================================================
--- moonbase/trunk/net/isdn4k-utils/BUILD 2005-05-12 15:19:05 UTC (rev 14713)
+++ moonbase/trunk/net/isdn4k-utils/BUILD 2005-05-12 16:32:43 UTC (rev 14714)
@@ -1,21 +1,17 @@
config_isdn() {
- if [ -e $CONFIG_CACHE/.config-$MODULE ]; then
-
+while [ ! -f .config ]; do
+ if [ -f $CONFIG_CACHE/.config-$MODULE ]; then
cp $CONFIG_CACHE/.config-$MODULE .config
-
read -t 10 -n 1 -p "Configure $MODULE? " CONFIRM
case $CONFIRM in
y|Y) make config ;;
*) make subconfig ;;
esac
-
else
-
make config
-
- fi
-
+ fi;
+done
}
Modified: moonbase/trunk/net/isdn4k-utils/DETAILS
===================================================================
--- moonbase/trunk/net/isdn4k-utils/DETAILS 2005-05-12 15:19:05 UTC (rev 14713)
+++ moonbase/trunk/net/isdn4k-utils/DETAILS 2005-05-12 16:32:43 UTC (rev 14714)
@@ -1,17 +1,17 @@
MODULE=isdn4k-utils
- VERSION=v3.1pre1
- SOURCE=$MODULE.$VERSION.tar.gz
+ VERSION=v3.2p1
+ SOURCE=$MODULE.$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL[0]=ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/
+ SOURCE_VFY=sha1:c4cee84e8ffd51b9364fcf8b576384220b30ef08
WEB_SITE=http://www.isdn4linux.org
- SHORT="isdn4k-utils contains utilitiles to make use of ISDN specific features."
+ SHORT="Utilities to make use of ISDN facilities"
ENTERED=20011022
- UPDATED=20011022
+ UPDATED=20050512
+
cat << EOF
-
isdn4linux is a set of kernel modules which are part of the Linux
kernel. It consists of the main module isdn and the actual hardware
driver that control some specific card. In addition, the package
isdn4k-utils contains utilities to make use of ISDN specific features.
-
-EOF
+EOF
More information about the Lunar-commits
mailing list