xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libfm/libfm-extra_1.3.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Library for file management"
2DESCRIPTION = "Contains a library and other files required by menu-cache-gen libexec of menu-cache-1.1.0. "
3HOMEPAGE = "http://pcmanfm.sourceforge.net/"
4
5LICENSE = "LGPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007"
7
8SECTION = "x11/libs"
9DEPENDS = "glib-2.0-native glib-2.0 intltool-native"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \
12           file://0001-nls.m4-Take-it-from-gettext-0.15.patch \
13          "
14
15SRC_URI[sha256sum] = "a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5"
16
17S = "${WORKDIR}/libfm-${PV}"
18
19EXTRA_OECONF = "--with-extra-only --with-gtk=no"
20
21inherit autotools pkgconfig gtk-doc gettext
22
23do_configure[dirs] =+ "${S}/m4"
24