mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
19 lines
589 B
BlitzBasic
19 lines
589 B
BlitzBasic
DESCRIPTION = "Library for file management"
|
|
HOMEPAGE = "http://pcmanfm.sourceforge.net/"
|
|
BUGTRACKER = ""
|
|
|
|
LICENSE = "GPLv2 & GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|
file://src/fm.h;endline=22;md5=e64555171770a551e3b51cc06fc62f1a \
|
|
file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17"
|
|
|
|
SECTION = "x11/libs"
|
|
DEPENDS = "gtk+ menu-cache intltool"
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
|
|
file://add_missing.patch"
|
|
|
|
inherit autotools pkgconfig
|