wok-next view xbindkeys/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
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 }