wok-next annotate 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
rev   line source
pankso@3848 1 # SliTaz package receipt.
pankso@3848 2
pankso@3848 3 PACKAGE="qemulator"
pankso@3848 4 VERSION="0.5"
pankso@3848 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="The full featured Qemu emulation suite"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15601 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://manpages.ubuntu.com/manpages/precise/man1/qemulator.1.html"
al@21020 10
pankso@3848 11 SOURCE="Qemulator"
pankso@3848 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 13 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" # FIXME
pankso@3848 14
al@21020 15 genpkg_rules() {
pankso@3848 16 mkdir -p $fs/usr
pankso@3848 17 cp -a $src/usr/local/* $fs/usr
pankso@3848 18 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
pankso@3848 19 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
pankso@3848 20 $fs/usr/share/pixmaps
al@21020 21 cp $stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
al@21020 22 DEPENDS="python python-pygtk qemu"
al@21020 23 TAGS="emulator virtualization"
pankso@3848 24 }