blob: 0c316edf952d4a5781ff845495918f04a3918429 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "xbindkeys - Tool for launching commands on keystrokes"
2HOMEPAGE = "http://www.nongnu.org/xbindkeys/xbindkeys.html"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7d715d0b23c4bd9265b7435f546e9fe8"
5SECTION = "x11"
6
7DEPENDS = "virtual/libx11"
8
9inherit features_check autotools
10
11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11"
13
14SRC_URI = "http://www.nongnu.org/xbindkeys/xbindkeys-${PV}.tar.gz"
15SRC_URI[md5sum] = "b5e1a9668ba13ff8673836d1d965d951"
16SRC_URI[sha256sum] = "a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2"
17
18EXTRA_OECONF = "--disable-guile"