wok diff xdotool/receipt @ rev 13753
xpad: try to fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 03 00:29:09 2013 +0000 (2013-01-03) |
parents | f3c1a01dae12 |
children | 23c3aed67cd9 |
line diff
1.1 --- a/xdotool/receipt Tue Mar 01 21:30:04 2011 +0000 1.2 +++ b/xdotool/receipt Thu Jan 03 00:29:09 2013 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xdotool" 1.7 -VERSION="20090126" 1.8 +VERSION="2.20110530.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="fake key emulator" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 DEPENDS="xorg-libX11 xorg-libXtst" 1.13 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://semicomplete.googlecode.com/files" 1.16 -WGET_URL="$WEB_SITE/$TARBALL" 1.17 +WEB_SITE="http://www.semicomplete.com/projects/xdotool/" 1.18 +WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()