wok-current annotate xdotool/receipt @ rev 21996
linux: add ath10k wireless driver
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Oct 16 21:56:55 2019 -0400 (2019-10-16) |
parents | 3705d68ed8f3 |
children | ef8e00335e1e |
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@20679 | 10 WEB_SITE="https://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@20212 | 19 sed -i 's|uname -m|echo i486|' Makefile |
pascal@19295 | 20 make && |
pascal@19295 | 21 make PREFIX=/usr INSTALLMAN=/usr/share/man DESTDIR=$DESTDIR install |
jozee@2731 | 22 } |
jozee@2731 | 23 |
jozee@2731 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2731 | 25 genpkg_rules() |
jozee@2731 | 26 { |
llevrel@19005 | 27 mkdir -p $fs/usr |
llevrel@19005 | 28 cp -a $install/usr/bin $install/usr/lib $fs/usr |
jozee@2731 | 29 } |