diff options
Diffstat (limited to 'recipes-lxde/lxinput/lxinput_0.3.5.bb')
-rw-r--r-- | recipes-lxde/lxinput/lxinput_0.3.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-lxde/lxinput/lxinput_0.3.5.bb b/recipes-lxde/lxinput/lxinput_0.3.5.bb new file mode 100644 index 0000000..31017ac --- /dev/null +++ b/recipes-lxde/lxinput/lxinput_0.3.5.bb @@ -0,0 +1,14 @@ +SUMMARY = "LXDE keyboard and mouse configuration tool" +HOMEPAGE = "http://lxde.org/" +SECTION = "x11" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +DEPENDS = "virtual/libintl intltool-native glib-2.0 gtk+" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz" +SRC_URI[md5sum] = "69680debaef053d540ae3a5f4b237150" +SRC_URI[sha256sum] = "4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88" + +inherit autotools-brokensep gettext pkgconfig |