blob: 0adb3b6415d7c42bd87bccf127064b795fd5ae28 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Library for file management"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Contains a library and other files required by menu-cache-gen libexec of menu-cache-1.1.0. "
Brad Bishop19323692019-04-05 15:28:33 -04003HOMEPAGE = "http://pcmanfm.sourceforge.net/"
4
5LICENSE = "LGPLv2+"
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
Andrew Geissler9b4d8b02021-02-19 12:26:16 -060015SRC_URI[sha256sum] = "a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5"
Brad Bishop19323692019-04-05 15:28:33 -040016
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"