wok rev 3848

Add: qemulator (qemu gui suite)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Aug 07 15:12:16 2009 +0200 (2009-08-07)
parents 860caab15e6b
children f97021181df8
files qemulator/receipt qemulator/stuff/qemulator.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qemulator/receipt	Fri Aug 07 15:12:16 2009 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qemulator"
     1.7 +VERSION="0.5"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="The full featured qemu emulation suite."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +SOURCE="Qemulator"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://qemulator.createweb.de/"
    1.14 +WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL"
    1.15 +DEPENDS="python pygtk"
    1.16 +SUGGESTED="kqemu"
    1.17 +TAGS="emulator virtualitation"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	mkdir -p $fs/usr
    1.23 +	cp -a $src/usr/local/* $fs/usr
    1.24 +	rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
    1.25 +	cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
    1.26 +		$fs/usr/share/pixmaps
    1.27 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/qemulator/stuff/qemulator.desktop	Fri Aug 07 15:12:16 2009 +0200
     2.3 @@ -0,0 +1,10 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=Qemulator Virtual Engines
     2.7 +Name[fr]=Machines virtuelle Qemulator
     2.8 +Icon=qemulator
     2.9 +Exec=qemulator
    2.10 +StartupNotify=true
    2.11 +Terminal=false
    2.12 +Type=Application
    2.13 +Categories=Application;Emulator;Utility