diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-25 22:26:21 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-19 01:48:46 +0100 |
| commit | 892676ebf1113724d1ecfe9e9246109c93f73b58 (patch) | |
| tree | 76d2eccfbc242d1a46116cdc61c45a1996a34306 /meta-oe/recipes-devtools | |
| parent | f4052df881190557b8037d15bd1cdf54bacf96ca (diff) | |
| download | meta-openembedded-892676ebf1113724d1ecfe9e9246109c93f73b58.tar.gz | |
geany: initial add 1.22
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb new file mode 100644 index 0000000000..1e56ec8e0e --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "A fast and lightweight IDE" | ||
| 2 | HOMEPAGE = "http://www.geany.org/" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | ||
| 5 | DEPENDS = "gtk+" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig | ||
| 8 | |||
| 9 | SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" | ||
| 10 | SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" | ||
| 11 | SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/icons" | ||
