wok rev 10749

qemu-light: we needs some blobs
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 13:44:30 2011 +0200 (2011-05-30)
parents d2779aeec6a5
children 2d72c1dcc4bb
files qemu-light/receipt
line diff
     1.1 --- a/qemu-light/receipt	Mon May 30 12:34:37 2011 +0200
     1.2 +++ b/qemu-light/receipt	Mon May 30 13:44:30 2011 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  WEB_SITE="http://www.qemu.org/"
     1.5  WGET_URL="http://download.savannah.gnu.org/releases/qemu/$TARBALL"
     1.6  TAGS="virtualization"
     1.7 +CONFLICT="qemu"
     1.8  
     1.9  DEPENDS="alsa-lib libsdl util-linux-ng-uuid"
    1.10  BUILD_DEPENDS="perl alsa-lib-dev libsdl-dev util-linux-ng-uuid-dev"
    1.11 @@ -28,7 +29,6 @@
    1.12  		--disable-bluez \
    1.13  		--disable-curses \
    1.14  		--disable-vde \
    1.15 -		--disable-blobs \
    1.16  		--enable-io-thread \
    1.17  		--audio-drv-list=alsa \
    1.18  		--target-list="$TARGET" \
    1.19 @@ -39,9 +39,11 @@
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/share
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/share/qemu $fs/usr/share
    1.26 -	rm -f $fs/usr/share/qemu/*ppc*
    1.27 -	rm -f $fs/usr/share/qemu/*sparc*
    1.28 +	mkdir -p $fs/usr/share/qemu
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/share/qemu/keymaps $fs/usr/share/qemu
    1.31 +	for bin in bios.bin vgabios-cirrus.bin pxe-e1000.bin
    1.32 +	do
    1.33 +		cp -a $install/usr/share/qemu/$bin $fs/usr/share/qemu
    1.34 +	done
    1.35  }