wok view qemulator/receipt @ rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
parents c4ca195c01dd
children 23c3aed67cd9
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 SOURCE="Qemulator"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qemulator.createweb.de/"
11 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL"
12 DEPENDS="python pygtk qemu"
13 SUGGESTED="kqemu"
14 TAGS="emulator virtualization"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $src/usr/local/* $fs/usr
21 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
22 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
23 $fs/usr/share/pixmaps
24 cp stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
25 }