aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libidl/libidl_0.8.2.bb
blob: 8a5b683d1e5b9ef85541472fe4b8ad402c27740b (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "x11/gnome/libs"
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-0.8.2.tar.bz2"
S = "${WORKDIR}/libIDL-${PV}"

inherit autotools  pkgconfig

do_stage () {
	autotools_stage_all
}