wok-next diff xdotool/receipt @ rev 16219
Up fpc-bootstrap (2.6.4) again...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 31 20:10:40 2014 +0000 (2014-03-31) |
parents | b23b5bacd9ca |
children | 36d70656dfc2 |
line diff
1.1 --- a/xdotool/receipt Mon Sep 03 09:25:48 2012 +0200 1.2 +++ b/xdotool/receipt Mon Mar 31 20:10:40 2014 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="fake key emulator" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="xorg-libX11 xorg-libXtst" 1.8 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.semicomplete.com/projects/xdotool/" 1.12 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" 1.13 1.14 +DEPENDS="xorg-libX11 xorg-libXtst" 1.15 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,6 +25,4 @@ 1.21 { 1.22 mkdir -p $fs/usr/bin 1.23 cp -a $src/xdotool $fs/usr/bin 1.24 - 1.25 } 1.26 -