wok-next view xbindkeys/receipt @ rev 21032

Fix some homepages: follow HTTP redirections.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 17:26:00 2018 +0200 (2018-11-03)
parents d5aab818505e
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xbindkeys"
4 VERSION="1.8.3"
5 CATEGORY="x-window"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="Launch shell commands with your keyboard or your mouse under X"
9 WEB_SITE="http://hocwp.free.fr/xbindkeys/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 BUILD_DEPENDS="xorg-libX11-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 --disable-tk \
20 --disable-guile &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="xorg-libX11"
28 TAGS="keyboard"
29 }