wok diff xbindkeys/receipt @ rev 23000
updated lftp (4.8.4 -> 4.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 02 16:23:52 2020 +0100 (2020-03-02) |
parents | eb8067417980 |
children | 17091bc7c301 |
line diff
1.1 --- a/xbindkeys/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xbindkeys/receipt Mon Mar 02 16:23:52 2020 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xbindkeys" 1.7 -VERSION="1.8.3" 1.8 +VERSION="1.8.6" 1.9 CATEGORY="x-window" 1.10 +TAGS="keyboard" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -SHORT_DESC="Launch shell commands with your keyboard or your mouse under X" 1.14 -WEB_SITE="http://hocwp.free.fr/xbindkeys" 1.15 +SHORT_DESC="Launch shell commands with your keyboard or your mouse under X." 1.16 +WEB_SITE="https://www.nongnu.org/xbindkeys" 1.17 + 1.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 WGET_URL="$WEB_SITE/$TARBALL" 1.20 -TAGS="keyboard" 1.21 1.22 DEPENDS="xorg-libX11" 1.23 -BUILD_DEPENDS=" xorg-libX11-dev" 1.24 +BUILD_DEPENDS="xorg-libX11-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 1.28 -compile_rules() { 1.29 - cd $src 1.30 - ./configure --prefix=/usr \ 1.31 - --disable-tk \ 1.32 - --disable-guile && 1.33 +compile_rules() 1.34 +{ 1.35 + ./configure \ 1.36 + --prefix=/usr \ 1.37 + --disable-tk \ 1.38 + --disable-guile && 1.39 make && 1.40 make DESTDIR=$DESTDIR install 1.41 }