libraries/PyODE: Allow VERSION override from environment.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f9d1327da9
commit
3d1759f9d8
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=PyODE
|
||||
SRCNAM=$PRGNAM-snapshot
|
||||
SRCVER=${SRCVER:-2010-03-22}
|
||||
VERSION=$(echo $SRCVER | tr - .)
|
||||
VERSION=${VERSION:-2010.03.22}
|
||||
SRCVER=$(echo $VERSION | tr . -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in New Issue