wok-next diff qemulator/receipt @ rev 21713
updated gtest (1.8.1 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 06 16:59:55 2020 +0100 (2020-07-06) |
parents | c022997c7a57 |
children |
line diff
1.1 --- a/qemulator/receipt Thu Aug 23 10:22:21 2018 +0300 1.2 +++ b/qemulator/receipt Mon Jul 06 16:59:55 2020 +0100 1.3 @@ -3,24 +3,22 @@ 1.4 PACKAGE="qemulator" 1.5 VERSION="0.5" 1.6 CATEGORY="misc" 1.7 -SHORT_DESC="The full featured qemu emulation suite." 1.8 -MAINTAINER="pankso@slitaz.org" 1.9 +SHORT_DESC="The full featured Qemu emulation suite" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL2" 1.12 +WEB_SITE="http://manpages.ubuntu.com/manpages/precise/man1/qemulator.1.html" 1.13 + 1.14 SOURCE="Qemulator" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://qemulator.createweb.de/" 1.17 -WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" 1.18 -TAGS="emulator virtualization" 1.19 +WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" # FIXME 1.20 1.21 -DEPENDS="python python-pygtk qemu" 1.22 - 1.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 -genpkg_rules() 1.25 -{ 1.26 +genpkg_rules() { 1.27 mkdir -p $fs/usr 1.28 cp -a $src/usr/local/* $fs/usr 1.29 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg 1.30 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \ 1.31 $fs/usr/share/pixmaps 1.32 - cp stuff/slitaz.png $fs/usr/share/$PACKAGE/icons 1.33 + cp $stuff/slitaz.png $fs/usr/share/$PACKAGE/icons 1.34 + DEPENDS="python python-pygtk qemu" 1.35 + TAGS="emulator virtualization" 1.36 }