blob: fbb6b5faf900c5c91e273596eeb72c8c6a2dc36a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LICENSE = "GPL"
HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/"
DEPENDS = "gtk+ popt libxslt libxml2"
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
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
}
|