summaryrefslogtreecommitdiff
path: root/packages/qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qemu.sh')
-rwxr-xr-xpackages/qemu.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/qemu.sh b/packages/qemu.sh
index a7e7966..27dff3e 100755
--- a/packages/qemu.sh
+++ b/packages/qemu.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+SRCURL=git://git.qemu-project.org/qemu.git
+
function package_build {
run_switch_branch master
run_configure \
@@ -16,10 +18,6 @@ function package_build {
run_make_install
}
-function package_get_source {
- run_clone git://git.qemu-project.org/qemu.git
-}
-
#function package_deps {
# run_add_dep virglrenderer
#}