]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/qemu-ga
Tor: Bump package version
[ipfire-2.x.git] / lfs / qemu-ga
index 791c5b4c158d990596e030e489260301d1f19273..c8387805889bccf8cb6441ca60beb5d87a1b1e16 100644 (file)
 
 include Config
 
-VER        = 6.0.1
+SUMMARY    = Guest agent for QEMU
 
-THISAPP    = qemu-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
-DL_FROM    = $(URL_IPFIRE)
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+VER        = 7.0.0
+THISAPP    = qemu-ga-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-SUP_ARCH   = x86_64 aarch64
 PROG       = qemu-ga
-PAK_VER    = 1
+PAK_VER    = 3
 
-DEPS       = 
+DEPS       =
 
-TARGETS    =
+SERVICES   = qemu-ga
 
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5 = 10c651469e07844523995e2c980a4fdb
-
 install : $(TARGET)
 
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+download :
 
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
+b2 :
 
-md5 : $(subst %,%_MD5,$(objects))
-
-dist: 
+dist:
        @$(PAK)
 
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-       @$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-       @$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
-
 ###############################################################################
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) :
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc \
-               --localstatedir=/var \
-               --enable-kvm \
-               --disable-attr \
-               --extra-cflags="$(CFLAGS)" \
-               --enable-spice \
-               --enable-usb-redir \
-               --enable-seccomp \
-               --disable-docs \
-               --disable-sdl
-
-       cd $(DIR_APP) && make qemu-ga $(MAKETUNING)
-       cd $(DIR_APP) && cp build/qga/qemu-ga /usr/bin
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,qemu-ga)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)