wok annotate xdotool/receipt @ rev 20628
Add libatomic, up firefox-official (64.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Jan 02 17:15:48 2019 -0500 (2019-01-02) |
parents | f86d053a0423 |
children | 6135577f4d08 |
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@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 } |