aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_0.5.2.bb
blob: 09808de2ad74b0002fde2308d1b1e1758e9a10de (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/${BPN}-${PV}.tar.bz2"
S = "${WORKDIR}/${BPN}-${PV}"

SRC_URI[md5sum] = "fc5a36eb5f61154a1456cbb8b1798e41"
SRC_URI[sha256sum] = "8625ebfb479600046b9e36e1a8fd1142d624645dce66a6cd8c9067d8f7f5ce51"

inherit autotools vala

do_configure() {
	gnu-configize
	oe_runconf
}