wok-6.x diff xdotool/receipt @ rev 19046

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-17)
parents 23c3aed67cd9
children f86d053a0423
line diff
     1.1 --- a/xdotool/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/xdotool/receipt	Sun Apr 17 16:22:14 2016 -0300
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="xdotool"
     1.5  VERSION="2.20110530.1"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="fake key emulator"
     1.8 +SHORT_DESC="Fake keyboard/mouse input, window management, and more"
     1.9  MAINTAINER="jozee@slitaz.org"
    1.10  LICENSE="BSD"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -17,12 +17,12 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	make xdotool
    1.17 +	make && make PREFIX=/usr DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/bin
    1.24 -	cp -a $src/xdotool $fs/usr/bin
    1.25 +	mkdir -p $fs/usr
    1.26 +	cp -a $install/usr/bin $install/usr/lib $fs/usr
    1.27  }