wok annotate xdotool/receipt @ rev 13323

Up xdotool (20110530)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 03 09:25:48 2012 +0200 (2012-09-03)
parents f3c1a01dae12
children 23c3aed67cd9
rev   line source
jozee@2731 1 # SliTaz package receipt.
jozee@2731 2
jozee@2731 3 PACKAGE="xdotool"
pascal@13323 4 VERSION="2.20110530.1"
jozee@2731 5 CATEGORY="misc"
jozee@2731 6 SHORT_DESC="fake key emulator"
jozee@2731 7 MAINTAINER="jozee@slitaz.org"
jozee@2731 8 DEPENDS="xorg-libX11 xorg-libXtst"
slaxemulator@8961 9 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst"
jozee@2731 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13323 11 WEB_SITE="http://www.semicomplete.com/projects/xdotool/"
pascal@13323 12 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL"
jozee@2731 13
jozee@2731 14 # Rules to configure and make the package.
jozee@2731 15 compile_rules()
jozee@2731 16 {
jozee@2731 17 cd $src
jozee@2731 18 make xdotool
jozee@2731 19 }
jozee@2731 20
jozee@2731 21 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2731 22 genpkg_rules()
jozee@2731 23 {
jozee@2731 24 mkdir -p $fs/usr/bin
jozee@2731 25 cp -a $src/xdotool $fs/usr/bin
jozee@2731 26
jozee@2731 27 }
jozee@2731 28