wok-next view qemulator/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c022997c7a57
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://manpages.ubuntu.com/manpages/precise/man1/qemulator.1.html"
11 SOURCE="Qemulator"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" # FIXME
15 genpkg_rules() {
16 mkdir -p $fs/usr
17 cp -a $src/usr/local/* $fs/usr
18 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
19 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
20 $fs/usr/share/pixmaps
21 cp $stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
22 DEPENDS="python python-pygtk qemu"
23 TAGS="emulator virtualization"
24 }