wok-next diff qemulator/receipt @ rev 4312
aufs-utils: fix kernel path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 28 17:02:43 2009 +0200 (2009-09-28) |
parents | |
children | 1ee0ebbc9638 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qemulator/receipt Mon Sep 28 17:02:43 2009 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="qemulator" 1.7 +VERSION="0.5" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="The full featured qemu emulation suite." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +SOURCE="Qemulator" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://qemulator.createweb.de/" 1.14 +WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" 1.15 +DEPENDS="python pygtk" 1.16 +SUGGESTED="kqemu" 1.17 +TAGS="emulator virtualitation" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr 1.23 + cp -a $src/usr/local/* $fs/usr 1.24 + rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg 1.25 + cp $src/usr/local/share/icons/hicolor/32x32/apps/* \ 1.26 + $fs/usr/share/pixmaps 1.27 +}