wok view qemulator/receipt @ rev 20596
xfi, xfw, cryptkeeper: (not so) dirty hack
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 16 11:41:49 2018 +0100 (2018-12-16) |
parents | 23c3aed67cd9 |
children | c89d25976dbe |
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 TAGS="emulator virtualization"
15 DEPENDS="python pygtk qemu"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr
21 cp -a $src/usr/local/* $fs/usr
22 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
23 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
24 $fs/usr/share/pixmaps
25 cp stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
26 }