diff options
Diffstat (limited to 'meta/recipes-sato/leafpad/leafpad_0.8.17.bb')
-rw-r--r-- | meta/recipes-sato/leafpad/leafpad_0.8.17.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.17.bb b/meta/recipes-sato/leafpad/leafpad_0.8.17.bb new file mode 100644 index 00000000000..5407b9e9967 --- /dev/null +++ b/meta/recipes-sato/leafpad/leafpad_0.8.17.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Simple GTK+ Text Editor" +HOMEPAGE = "http://tarot.freeshell.org/leafpad/" +BUGTRACKER = "" + +LICENSE = "GPLv2 & GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://src/leafpad.h;endline=20;md5=d3d6a89f5e61e8b13bdea537511ba1fa \ + file://src/utils.c;endline=20;md5=0d2cc6584ba3202448bb274f62739571" + +DEPENDS = "gtk+ intltool-native" +DEPENDS_append_poky = " libowl" +SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ + file://leafpad.desktop" +PR = "r0" + +SRC_URI_append_poky += " file://owl-menu.patch;apply=yes " + +inherit autotools pkgconfig + +EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print" + +do_install_append () { + install -d ${D}/${datadir} + install -d ${D}/${datadir}/applications + install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications +} + +FILES_${PN} += "${datadir}/applications/leafpad.desktop" |