wok annotate xdotool/receipt @ rev 19363
Add bwm-ng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 03 09:44:00 2016 +0200 (2016-08-03) |
parents | 36d70656dfc2 |
children | 3705d68ed8f3 |
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" |
llevrel@19005 | 6 SHORT_DESC="Fake keyboard/mouse input, window management, and more" |
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 { |
pascal@19295 | 19 make && |
pascal@19295 | 20 make PREFIX=/usr INSTALLMAN=/usr/share/man DESTDIR=$DESTDIR install |
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 { |
llevrel@19005 | 26 mkdir -p $fs/usr |
llevrel@19005 | 27 cp -a $install/usr/bin $install/usr/lib $fs/usr |
jozee@2731 | 28 } |