aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mml-widget/gtkmathview_0.7.6.bb
blob: 7cb91b4ba30446a87387d327088c9e7bb5792eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}