wok-next annotate xdotool/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents d5aab818505e
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15601 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.semicomplete.com/projects/xdotool/"
al@21020 10
jozee@2731 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20909 12 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" # FIXME
jozee@2731 13
al@21078 14 BUILD_DEPENDS="libx11-dev libxtst-dev xorg-dev perl"
pascal@15601 15
al@21020 16 compile_rules() {
pascal@19295 17 make &&
al@21020 18 make \
al@21020 19 PREFIX=/usr \
al@21020 20 INSTALLMAN=/usr/share/man \
al@21020 21 DESTDIR=$install \
al@21020 22 install
jozee@2731 23 }
jozee@2731 24
al@21020 25 genpkg_rules() {
llevrel@19005 26 mkdir -p $fs/usr
llevrel@19005 27 cp -a $install/usr/bin $install/usr/lib $fs/usr
al@21078 28 DEPENDS="libx11 libxtst"
jozee@2731 29 }