2009-08-20 20:05:04 +02:00
|
|
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2009-08-20 19:46:51 +02:00
|
|
|
require vhba-module
|
|
|
|
|
2010-12-05 12:08:52 +01:00
|
|
|
MYPKG="vhba-module-${PV/*_p/}"
|
|
|
|
|
|
|
|
DOWNLOADS="mirror://sourceforge/cdemu/${MYPKG}.tar.gz"
|
2009-08-23 21:45:19 +02:00
|
|
|
PLATFORMS="~amd64 ~x86"
|
2009-08-20 19:46:51 +02:00
|
|
|
|
2010-12-05 12:08:52 +01:00
|
|
|
WORK="${WORKBASE}/${MYPKG}"
|
|
|
|
|