mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
794 B
BlitzBasic
24 lines
794 B
BlitzBasic
SUMMARY = "Library for file management"
|
|
DESCRIPTION = "Contains a library and other files required by menu-cache-gen libexec of menu-cache-1.1.0. "
|
|
HOMEPAGE = "http://pcmanfm.sourceforge.net/"
|
|
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007"
|
|
|
|
SECTION = "x11/libs"
|
|
DEPENDS = "glib-2.0-native glib-2.0 intltool-native"
|
|
|
|
SOURCEFORGE_PROJECT = "pcmanfm"
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCEFORGE_PROJECT}/libfm-${PV}.tar.xz \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5"
|
|
|
|
S = "${UNPACKDIR}/libfm-${PV}"
|
|
|
|
EXTRA_OECONF = "--with-extra-only --with-gtk=no"
|
|
|
|
inherit autotools pkgconfig gtk-doc gettext sourceforge-releases
|
|
|
|
do_configure[dirs] =+ "${S}/m4"
|