Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -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" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | DEPENDS = "glib-2.0-native glib-2.0 intltool-native" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 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] = "a1ba9ae5e920f38b647dd511edd6c807" |
| 15 | SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a" |
| 16 | |
| 17 | S = "${WORKDIR}/libfm-${PV}" |
| 18 | |
| 19 | EXTRA_OECONF = "--with-extra-only --with-gtk=no" |
| 20 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 21 | inherit autotools pkgconfig gtk-doc gettext |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 22 | |
| 23 | do_configure[dirs] =+ "${S}/m4" |