22 lines
431 B
Bash
22 lines
431 B
Bash
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require "${PN}"
|
|
|
|
SCM_REPOSITORY="svn://svn.savannah.nongnu.org/qemu"
|
|
require scm-svn
|
|
|
|
PLATFORMS="~amd64"
|
|
SLOT="0"
|
|
|
|
# won't build at the moment, if one figures out that it builds
|
|
# occasionaly, one can remove that
|
|
RESTRICT="test"
|
|
|
|
src_prepare() {
|
|
qemu_src_prepare
|
|
}
|
|
|
|
src_configure() {
|
|
qemu_configure
|
|
}
|