Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Library for file management" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "Contains a library and other files required by menu-cache-gen libexec of menu-cache-1.1.0. " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 3 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" |
| 4 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 5 | LICENSE = "LGPL-2.0-or-later" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007" |
| 7 | |
| 8 | SECTION = "x11/libs" |
| 9 | DEPENDS = "glib-2.0-native glib-2.0 intltool-native" |
| 10 | |
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \ |
| 12 | file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ |
| 13 | " |
| 14 | |
Andrew Geissler | 9b4d8b0 | 2021-02-19 12:26:16 -0600 | [diff] [blame] | 15 | SRC_URI[sha256sum] = "a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | |
| 17 | S = "${WORKDIR}/libfm-${PV}" |
| 18 | |
| 19 | EXTRA_OECONF = "--with-extra-only --with-gtk=no" |
| 20 | |
| 21 | inherit autotools pkgconfig gtk-doc gettext |
| 22 | |
| 23 | do_configure[dirs] =+ "${S}/m4" |