wok view xdotool/receipt @ rev 15601

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 20:23:08 2013 +0000 (2013-12-05)
parents b23b5bacd9ca
children 36d70656dfc2
line source
1 # SliTaz package receipt.
3 PACKAGE="xdotool"
4 VERSION="2.20110530.1"
5 CATEGORY="misc"
6 SHORT_DESC="fake key emulator"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.semicomplete.com/projects/xdotool/"
11 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL"
13 DEPENDS="xorg-libX11 xorg-libXtst"
14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make xdotool
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/xdotool $fs/usr/bin
28 }