wok view xdotool/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
children f3c1a01dae12
line source
1 # SliTaz package receipt.
3 PACKAGE="xdotool"
4 VERSION="20090126"
5 CATEGORY="misc"
6 SHORT_DESC="fake key emulator"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="xorg-libX11 xorg-libXtst"
9 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-dev-proto xorg-libXtst"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://semicomplete.googlecode.com/files"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make xdotool
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/xdotool $fs/usr/bin
27 }