Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | SUMMARY = "Library for caching application menus" |
| 2 | DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus" |
| 3 | HOMEPAGE = "http://lxde.sourceforge.net/" |
| 4 | |
| 5 | LICENSE = "LGPLv2.1+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" |
| 7 | |
| 8 | SECTION = "x11/libs" |
| 9 | DEPENDS = "glib-2.0 intltool-native libfm-extra" |
| 10 | |
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.xz" |
| 12 | |
| 13 | SRC_URI[md5sum] = "a856ba860b16fdc8c69ee784bc4ade36" |
| 14 | SRC_URI[sha256sum] = "0ac72649919946070258320aafc320467dd040bcef7b3a225e2ab7241ddffd59" |
| 15 | |
| 16 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lxde/files/menu-cache/1.0/" |
| 17 | |
| 18 | inherit autotools gettext pkgconfig gtk-doc |