diff options
Diffstat (limited to 'meta/recipes-support/libfm/libfm-extra_1.2.5.bb')
-rw-r--r-- | meta/recipes-support/libfm/libfm-extra_1.2.5.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm-extra_1.2.5.bb b/meta/recipes-support/libfm/libfm-extra_1.2.5.bb new file mode 100644 index 0000000000..0134572f1f --- /dev/null +++ b/meta/recipes-support/libfm/libfm-extra_1.2.5.bb | |||
@@ -0,0 +1,23 @@ | |||
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 gettext-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] = "a1ba9ae5e920f38b647dd511edd6c807" | ||
15 | SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a" | ||
16 | |||
17 | S = "${WORKDIR}/libfm-${PV}" | ||
18 | |||
19 | EXTRA_OECONF = "--with-extra-only --with-gtk=no" | ||
20 | |||
21 | inherit autotools pkgconfig gtk-doc | ||
22 | |||
23 | do_configure[dirs] =+ "${S}/m4" | ||