# HG changeset patch # User Hans-G?nter Theisgen # Date 1573107729 -3600 # Node ID 5e2ff29a06d78d1ac5d27cfc81d1ab7951da93fa # Parent 306a4bbdee7dd31f99a9ae1c9832cb7ccc12e729 updated xbindkeys (1.8.3 -> 1.8.6) diff -r 306a4bbdee7d -r 5e2ff29a06d7 xbindkeys/receipt --- a/xbindkeys/receipt Wed Nov 06 21:02:18 2019 +0100 +++ b/xbindkeys/receipt Thu Nov 07 07:22:09 2019 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt. PACKAGE="xbindkeys" -VERSION="1.8.3" +VERSION="1.8.6" CATEGORY="x-window" +TAGS="keyboard" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -SHORT_DESC="Launch shell commands with your keyboard or your mouse under X" -WEB_SITE="http://hocwp.free.fr/xbindkeys" +SHORT_DESC="Launch shell commands with your keyboard or your mouse under X." +WEB_SITE="https://www.nongnu.org/xbindkeys" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" -TAGS="keyboard" DEPENDS="xorg-libX11" -BUILD_DEPENDS=" xorg-libX11-dev" +BUILD_DEPENDS="xorg-libX11-dev" # Rules to configure and make the package. -compile_rules() { - cd $src - ./configure --prefix=/usr \ - --disable-tk \ - --disable-guile && +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --disable-tk \ + --disable-guile && make && make DESTDIR=$DESTDIR install }