LICENSE = "GPL" DESCRIPTION = "procfs tools" SECTION = "x11" PRIORITY = "optional" DEPENDS = "gtk+ hal gamin startup-notification" RRECOMMENDS_${PN} = "pmount-hal" PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ file://desired_mount_point.patch \ file://auto_mount.patch \ file://gnome-fs-directory.png \ file://gnome-fs-regular.png \ file://gnome-mime-text-plain.png \ file://emblem-symbolic-link.png \ file://desktop.patch" inherit autotools pkgconfig do_install_append () { install -d ${D}/${datadir} install -d ${D}/${datadir}/pixmaps/ install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps } FILES_${PN} += "${datadir}/pixmaps/*.png" SRC_URI[md5sum] = "fe1a836eed6a42107e7d71a01a52f7ec" SRC_URI[sha256sum] = "87ebb12f012dc948e3c049936a14d757ac304087f662c17fb94e6c27864fe622"