summaryrefslogtreecommitdiff
path: root/packages/qemu.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-28 02:08:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-28 02:08:21 +0300
commit20af205803e349a183dd57a6704db88c0e40c284 (patch)
tree4107067c0d5055eabdbb9c9c8a992d2d9f46009b /packages/qemu.sh
parent02c7c7a3fd2fb0109675353c90b5caa14ada96d6 (diff)
downloadspm-20af205803e349a183dd57a6704db88c0e40c284.tar.gz
spm-20af205803e349a183dd57a6704db88c0e40c284.tar.bz2
spm-20af205803e349a183dd57a6704db88c0e40c284.tar.xz
spm-20af205803e349a183dd57a6704db88c0e40c284.zip
Remove function package_build from packages, and use shared package_build based on variables.
Diffstat (limited to 'packages/qemu.sh')
-rwxr-xr-xpackages/qemu.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/qemu.sh b/packages/qemu.sh
index e83d12b..5c0df62 100755
--- a/packages/qemu.sh
+++ b/packages/qemu.sh
@@ -15,15 +15,3 @@ CONFIGURE_FLAGS="\
--enable-virglrenderer \
--enable-sdl \
--with-sdlabi=2.0"
-
-function package_build {
- run_switch_branch
- run_configure
-
- run_make
- run_make_install
-}
-
-#function package_deps {
-# run_add_dep virglrenderer
-#}