provide suffix exparam for cdemu-common.exlib
This commit is contained in:
parent
5ca6a9b9b0
commit
a59050c41f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
myexparam name=
|
||||
myexparam suffix=.tar.bz2
|
||||
myexparam -b autogen=false
|
||||
|
||||
WORK="${WORKBASE}/$(exparam name)-${PV}"
|
||||
|
@ -12,7 +13,7 @@ if [[ "${PV}" == scm ]] ; then
|
|||
|
||||
$(exparam autogen) && require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||
else
|
||||
DOWNLOADS="mirror://sourceforge/cdemu/$(exparam name)-${PV}.tar.bz2"
|
||||
DOWNLOADS="mirror://sourceforge/cdemu/$(exparam name)-${PV}$(exparam suffix)"
|
||||
fi
|
||||
|
||||
HOMEPAGE="http://cdemu.sourceforge.net/"
|
||||
|
|
Loading…
Reference in a new issue