wok view qemulator/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents c4ca195c01dd
children 23c3aed67cd9
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 SOURCE="Qemulator"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qemulator.createweb.de/"
11 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL"
12 DEPENDS="python pygtk qemu"
13 SUGGESTED="kqemu"
14 TAGS="emulator virtualization"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $src/usr/local/* $fs/usr
21 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
22 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
23 $fs/usr/share/pixmaps
24 cp stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
25 }