wok view qemulator/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
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 }