wok annotate xdotool/receipt @ rev 17208
pcmanfm: fix build:add libfm-gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 09 20:42:50 2014 +0200 (2014-10-09) |
parents | b23b5bacd9ca |
children | 36d70656dfc2 |
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" |
pascal@15601 | 8 LICENSE="BSD" |
jozee@2731 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13323 | 10 WEB_SITE="http://www.semicomplete.com/projects/xdotool/" |
pascal@13323 | 11 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" |
jozee@2731 | 12 |
pascal@15601 | 13 DEPENDS="xorg-libX11 xorg-libXtst" |
pascal@15601 | 14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" |
pascal@15601 | 15 |
jozee@2731 | 16 # Rules to configure and make the package. |
jozee@2731 | 17 compile_rules() |
jozee@2731 | 18 { |
jozee@2731 | 19 cd $src |
jozee@2731 | 20 make xdotool |
jozee@2731 | 21 } |
jozee@2731 | 22 |
jozee@2731 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2731 | 24 genpkg_rules() |
jozee@2731 | 25 { |
jozee@2731 | 26 mkdir -p $fs/usr/bin |
jozee@2731 | 27 cp -a $src/xdotool $fs/usr/bin |
jozee@2731 | 28 } |