summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/l3afpad/l3afpad_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/l3afpad/l3afpad_git.bb')
-rw-r--r--meta/recipes-sato/l3afpad/l3afpad_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb
new file mode 100644
index 0000000000..1e7c82f7d2
--- /dev/null
+++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Simple GTK+ Text Editor"
2HOMEPAGE = "https://github.com/stevenhoneyman/l3afpad"
3
4# Note that COPYING seems to mistakenly contain LGPLv2.1.
5# The source code is marked GPLv2+ and COPYING used to contain
6# that as well.
7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
9 file://src/l3afpad.h;endline=20;md5=8848fd645cd45115d8cb47ca5c42a50e \
10 file://src/utils.c;endline=20;md5=ae4792f69d3bb7b7ba91d582ba9b1a05"
11
12DEPENDS = "gtk+3 intltool-native gettext-native"
13
14PV = "0.8.18.1.11+git${SRCPV}"
15SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git"
16SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig distro_features_check
21
22EXTRA_OECONF = "--disable-emacs --disable-print"
23FILES_${PN} += "${datadir}/icons"