Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Library for file management" |
| 2 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" |
| 3 | |
| 4 | LICENSE = "LGPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007" |
| 6 | |
| 7 | SECTION = "x11/libs" |
| 8 | DEPENDS = "glib-2.0 intltool-native" |
| 9 | |
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \ |
| 11 | file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ |
| 12 | " |
| 13 | |
| 14 | SRC_URI[md5sum] = "3ff38200701658f7e80e25ed395d92dd" |
| 15 | SRC_URI[sha256sum] = "c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9" |
| 16 | |
| 17 | S = "${WORKDIR}/libfm-${PV}" |
| 18 | |
| 19 | EXTRA_OECONF = "--with-extra-only --with-gtk=no" |
| 20 | |
| 21 | PR = "r1" |
| 22 | |
| 23 | inherit autotools pkgconfig gtk-doc |
| 24 | |
| 25 | do_configure[dirs] =+ "${S}/m4" |