aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany/geany_1.24.1.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-10-13 17:48:15 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-16 07:01:01 +0200
commite100ea73a3f0daccb119ad9e12441bb1909f4d29 (patch)
treeb0428c355a580e95e4d8339bd574608c6d685003 /meta-oe/recipes-devtools/geany/geany_1.24.1.bb
parentfd201a60c97c09dab31fa5a4de9b050ec2725c5e (diff)
downloadmeta-openembedded-contrib-e100ea73a3f0daccb119ad9e12441bb1909f4d29.tar.gz
geany update to 1.24.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany/geany_1.24.1.bb')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.24.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.24.1.bb b/meta-oe/recipes-devtools/geany/geany_1.24.1.bb
new file mode 100644
index 0000000000..f765e2c8d2
--- /dev/null
+++ b/meta-oe/recipes-devtools/geany/geany_1.24.1.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A fast and lightweight IDE"
+HOMEPAGE = "http://www.geany.org/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
+DEPENDS = "gtk+"
+
+inherit autotools pkgconfig perlnative
+
+SRC_URI = " \
+ http://download.geany.org/${BP}.tar.bz2 \
+ file://0001-configure.ac-remove-additional-c-test.patch \
+"
+SRC_URI[md5sum] = "d225104cef3973164d70116d46239606"
+SRC_URI[sha256sum] = "7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33"
+
+FILES_${PN} += "${datadir}/icons"