gtksourceview: renamed the 1.x tree to gtksourceview1
[openembedded.git] / recipes / gtksourceview / gtksourceview1_1.7.2.bb
1 LICENSE = "GPL"
2
3 PNAME = "gtksourceview"
4
5 DEPENDS = "gtk+ libgnomeprint"
6
7 S = "${WORKDIR}/${PNAME}-${PV}"
8
9 inherit gnome pkgconfig
10
11 # overrule SRC_URI from gnome.conf
12 SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2"
13
14 do_stage() {
15 autotools_stage_all
16 }