diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 17:10:35 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 17:10:35 +0200 |
commit | c04bac092910c7abb3ff328597c57cc204ba51a6 (patch) | |
tree | 8ecc2aa7b36ceabbc3bb89ff85888e72eb9b0c38 /recipes/vala/vala.inc | |
parent | 905127e8ef0c2a53015d5ab26147d2eff6ee038b (diff) |
vala: here comes 0.7.5+fso2
Diffstat (limited to 'recipes/vala/vala.inc')
-rw-r--r-- | recipes/vala/vala.inc | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index f5ea1ee520..fa1cf6aaa8 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -1,19 +1,15 @@ DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ -Vala compiles to plain C and has no runtime environment nor penality whatsoever." +Vala compiles to plain C and has no runtime environment nor penalities whatsoever." SECTION = "devel" DEPENDS = "glib-2.0 dbus" -HOMEPAGE = "http://live.gnome.org/Vala" +HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" +INC_PR = "r0" -MAJV = "${@bb.data.getVar('PV',d,1)[:3]}" +SRC_URI = "http://www.freesmartphone.org/sources/vala-${VALA_FSO_RELEASE}.tar.gz" +S = "${WORKDIR}/vala-${VALA_FSO_RELEASE}" -SRC_URI = "\ - http://download.gnome.org/sources/vala/${MAJV}/vala-${PV}.tar.bz2 \ - file://static-dbus-methods.patch;patch=1 \ -" -S = "${WORKDIR}/vala-${PV}" - -inherit autotools autotools_stage lib_package +inherit autotools_stage EXTRA_OECONF = "--enable-vapigen" |