wok-next diff xdotool/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents 7506b35e1c6f
children 5669e8b3be70
line diff
     1.1 --- a/xdotool/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/xdotool/receipt	Fri Nov 30 01:34:53 2018 +0200
     1.3 @@ -4,25 +4,26 @@
     1.4  VERSION="2.20110530.1"
     1.5  CATEGORY="misc"
     1.6  SHORT_DESC="Fake keyboard/mouse input, window management, and more"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10 +WEB_SITE="https://www.semicomplete.com/projects/xdotool/"
    1.11 +
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WEB_SITE="https://www.semicomplete.com/projects/xdotool/"
    1.14  WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" # FIXME
    1.15  
    1.16 -DEPENDS="xorg-libX11 xorg-libXtst"
    1.17  BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst xorg-dev perl"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 +compile_rules() {
    1.23  	make &&
    1.24 -	make PREFIX=/usr INSTALLMAN=/usr/share/man DESTDIR=$DESTDIR install
    1.25 +	make \
    1.26 +		PREFIX=/usr \
    1.27 +		INSTALLMAN=/usr/share/man \
    1.28 +		DESTDIR=$install \
    1.29 +		install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr
    1.37  	cp -a $install/usr/bin $install/usr/lib $fs/usr
    1.38 +	DEPENDS="xorg-libX11 xorg-libXtst"
    1.39  }