wok view qemulator/receipt @ rev 16013

syslinux/iso2exe/init: fix pxe names
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 04 21:08:01 2014 +0000 (2014-03-04)
parents 2c2c78a87d55
children 9689f1b75619
line source
1 # SliTaz package receipt.
3 PACKAGE="qemulator"
4 VERSION="0.5"
5 CATEGORY="misc"
6 SHORT_DESC="The full featured qemu emulation suite."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="Qemulator"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://qemulator.createweb.de/"
12 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL"
13 SUGGESTED="kqemu"
14 TAGS="emulator virtualization"
16 DEPENDS="python pygtk qemu"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr
22 cp -a $src/usr/local/* $fs/usr
23 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
24 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
25 $fs/usr/share/pixmaps
26 cp stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
27 }