[Lunar-commits] <moonbase> bash: optimized DETAILS
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Oct 29 17:12:59 CEST 2011
commit a9399c9478b6a88a4937749b35f0050c6f7093c2
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Oct 29 17:12:59 2011 +0200
bash: optimized DETAILS
---
shells/bash/DETAILS | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index 82dd6a9..bd36b20 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -1,7 +1,6 @@
MODULE=bash
VERSION=4.2
- BASE=4.2
- SOURCE=$MODULE-$BASE.tar.gz
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=bash42-001
SOURCE3=bash42-002
SOURCE4=bash42-003
@@ -12,20 +11,19 @@
SOURCE9=bash42-008
SOURCE10=bash42-009
SOURCE11=bash42-010
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/$MODULE
- SOURCE2_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE3_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE4_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE5_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE6_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE7_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE8_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE9_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE10_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
- SOURCE11_URL=http://ftp.gnu.org/gnu/bash/bash-4.2-patches
+ SOURCE2_URL=http://ftp.gnu.org/gnu/bash/bash-$VERSION-patches
+ SOURCE3_URL=$SOURCE2_URL
+ SOURCE4_URL=$SOURCE2_URL
+ SOURCE5_URL=$SOURCE2_URL
+ SOURCE6_URL=$SOURCE2_URL
+ SOURCE7_URL=$SOURCE2_URL
+ SOURCE8_URL=$SOURCE2_URL
+ SOURCE9_URL=$SOURCE2_URL
+ SOURCE10_URL=$SOURCE2_URL
+ SOURCE11_URL=$SOURCE2_URL
SOURCE_VFY=sha1:487840ab7134eb7901fbb2e49b0ee3d22de15cb8
SOURCE2_VFY=sha1:c069f07492c9199bc7cff71a4f032f668ba4ea0a
SOURCE3_VFY=sha1:75b6726656a08e47172704545c57a290e29075e9
More information about the Lunar-commits
mailing list