diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-05-13 22:14:54 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-21 09:41:51 -0300 |
commit | 5888b8ce397d30428b9a6c0393f0247cf3fd778b (patch) | |
tree | 18a48a7b9e31d1ed654d0687d507abb6a248868a /recipes | |
parent | fb054db243aae44979dbf8f40be5bf6d1898dde4 (diff) |
gtksourceview2 2.6.0: new recipe for the current stable version.
GtkSourceView is a portable C library that extends the standard GTK+
framework for multiline text editing.
Signed-off-by: Elena Grandi <elena.valhalla@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gtksourceview/gtksourceview2_2.6.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gtksourceview/gtksourceview2_2.6.0.bb b/recipes/gtksourceview/gtksourceview2_2.6.0.bb new file mode 100644 index 0000000000..ee9f6549ac --- /dev/null +++ b/recipes/gtksourceview/gtksourceview2_2.6.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Portable C library for multiline text editing" +HOMEPAGE = "http://projects.gnome.org/gtksourceview/" +LICENSE = "LGPL" +DEPENDS = "gtk+ libgnomeprint" +PR = "r0" +PNAME = "gtksourceview" + +S = "${WORKDIR}/${PNAME}-${PV}" + +inherit gnome pkgconfig + +# overrule SRC_URI from gnome.conf +SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2" + +do_stage() { +autotools_stage_all +} + |