provide suffix exparam for cdemu-common.exlib

for/master
Daniel Mierswa 2010-12-05 11:54:43 +01:00
parent 5ca6a9b9b0
commit a59050c41f
1 changed files with 2 additions and 1 deletions

View File

@ -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/"