diff options
Diffstat (limited to 'recipes/mml-widget/gtkmathview_0.7.6.bb')
-rw-r--r-- | recipes/mml-widget/gtkmathview_0.7.6.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/mml-widget/gtkmathview_0.7.6.bb b/recipes/mml-widget/gtkmathview_0.7.6.bb new file mode 100644 index 0000000000..55f4328f7e --- /dev/null +++ b/recipes/mml-widget/gtkmathview_0.7.6.bb @@ -0,0 +1,18 @@ +LICENSE = "GPL" +HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/" +DEPENDS = "gtk+ popt libxslt libxml2" + +SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-binreloc" + +do_configure() { + oe_runconf +} + +do_stage() { + autotools_stage_all +} + |