13 lines
284 B
Bash
13 lines
284 B
Bash
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require vhba-module
|
|
|
|
MYPKG="vhba-module-${PV/*_p/}"
|
|
|
|
DOWNLOADS="mirror://sourceforge/cdemu/${MYPKG}.tar.gz"
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
WORK="${WORKBASE}/${MYPKG}"
|
|
|