blob: b256bafb9919fbb0d7ee8d3b3cd91796feda420e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require libgee.inc
PE = "1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/${P}.tar.bz2"
S = "${WORKDIR}/libgee-${PV}"
SRC_URI[md5sum] = "fc5a36eb5f61154a1456cbb8b1798e41"
SRC_URI[sha256sum] = "8625ebfb479600046b9e36e1a8fd1142d624645dce66a6cd8c9067d8f7f5ce51"
inherit autotools vala
do_configure() {
gnu-configize
oe_runconf
}
|