wok-next view xbindkeys/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents 5ffe59e2de3a
children
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="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="libx11"
28 TAGS="keyboard"
29 }