[Lunar-commits] <moonbase> libtool: small tweak.
Florin Braescu
florin at lunar-linux.org
Tue Jul 7 15:34:47 CEST 2009
commit 001efe906268741948b29021632a2cb4e04c4283
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jul 7 16:34:47 2009 +0300
libtool: small tweak.
---
libs/libtool/DETAILS | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/libs/libtool/DETAILS b/libs/libtool/DETAILS
index b428cd6..0ba1c67 100644
--- a/libs/libtool/DETAILS
+++ b/libs/libtool/DETAILS
@@ -1,10 +1,12 @@
MODULE=libtool
- VERSION=2.2.6
- SOURCE=$MODULE-${VERSION}a.tar.gz
+ BASE=2.2.6
+ VERSION=${BASE}a
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
SOURCE_VFY=sha1:7b547877b1b78b547343e4678a531aece8949904
- WEB_SITE=http://www.gnu.org/software/libtool
+ WEB_SITE=http://www.gnu.org/software/$MODULE
ENTERED=20010922
UPDATED=20090322
SHORT="A generic library support script"
More information about the Lunar-commits
mailing list