]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
qemu: Fix layout of makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Feb 2010 21:12:09 +0000 (22:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Feb 2010 21:12:09 +0000 (22:12 +0100)
pkgs/core/qemu/qemu.nm

index 309d584fdbd8773602d25ad2d57c6b0ee338004d..f1493447e02d98bba89ae8e1cb50d17d91aea24e 100644 (file)
@@ -30,12 +30,11 @@ PKG_REL        = 0
 
 PKG_MAINTAINER =
 PKG_GROUP      = Applications/Virtualization
-PKG_URL        = http://http://downloads.sourceforge.net/project/kvm/
+PKG_URL        = http://www.linux-kvm.org/page/Main_Page
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = QEMU is a generic and open source machine emulator and virtualizer.
 
-PKG_DEPS      += gnutls pciutils
-PKG_BUILD_DEPS+= gnutls pciutils
+PKG_DEPS      += curl gnutls ncurses pciutils util-linux-ng
 
 define PKG_DESCRIPTION
        QEMU is a processor emulator that relies on dynamic binary translation \
@@ -45,26 +44,13 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define QUALITY_AGENT_WHITELIST_EXECSTACK
        /usr/share/qemu/openbios*
 endef
 
-define STAGE_BUILD
-       cd $(DIR_APP) && \
-               ./configure \
-                       --prefix=/usr \
-                       --enable-kvm \
-                       --disable-strip \
-                       --disable-sdl \
-                       --disable-xen \
-
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
-
-define STAGE_INSTALL
-       cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT)
-endef
+CONFIGURE_OPTIONS += \
+       --prefix=/usr \
+       --enable-kvm \
+       --disable-strip \
+       --disable-sdl \
+       --disable-xen