wok rev 22153
updated xbindkeys (1.8.3 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 07 07:22:09 2019 +0100 (2019-11-07) |
parents | 306a4bbdee7d |
children | 5d0f9213f0ae |
files | xbindkeys/receipt |
line diff
1.1 --- a/xbindkeys/receipt Wed Nov 06 21:02:18 2019 +0100 1.2 +++ b/xbindkeys/receipt Thu Nov 07 07:22:09 2019 +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 }