wok-next view xdotool/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 7506b35e1c6f
children 5669e8b3be70
line source
1 # SliTaz package receipt.
3 PACKAGE="xdotool"
4 VERSION="2.20110530.1"
5 CATEGORY="misc"
6 SHORT_DESC="Fake keyboard/mouse input, window management, and more"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.semicomplete.com/projects/xdotool/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" # FIXME
14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst xorg-dev perl"
16 compile_rules() {
17 make &&
18 make \
19 PREFIX=/usr \
20 INSTALLMAN=/usr/share/man \
21 DESTDIR=$install \
22 install
23 }
25 genpkg_rules() {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $install/usr/lib $fs/usr
28 DEPENDS="xorg-libX11 xorg-libXtst"
29 }