Skip to content

Commit

Permalink
add bitbake file for menu-cache_0.4.1 (openboxgui)
Browse files Browse the repository at this point in the history
  • Loading branch information
freamon committed Jul 23, 2013
1 parent 1ce4ec4 commit f748d9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipes-graphics/openboxgui/menu-cache_0.4.1.bb
@@ -0,0 +1,19 @@
SUMMARY = "Library for caching application menus"
DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus"
HOMEPAGE = "http://lxde.sourceforge.net/"
BUGTRACKER = ""

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SECTION = "x11/libs"
DEPENDS = "glib-2.0 zlib"

SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.gz"

SRC_URI[md5sum] = "20fed982f5d8e6ec8a56a5b48894ecf0"
SRC_URI[sha256sum] = "4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e"

PR = "r0"

inherit autotools pkgconfig

0 comments on commit f748d9f

Please sign in to comment.