merge of '178eac00dc5aa8338d42e8e203633bec7817bbf6'
[vuplus_openembedded] / packages / libidl / libidl.inc
1 DESCRIPTION = "Library for parsing CORBA IDL files"
2 SECTION = "x11/gnome/libs"
3 LICENSE = "LGPL"
4
5 inherit autotools pkgconfig
6
7 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
8
9 S = "${WORKDIR}/libIDL-${PV}"
10
11 do_stage() {
12         autotools_stage_all
13 }
14
15 FILES_${PN} = "${libdir}/*.so.*"
16 FILES_${PN}-dev += " ${bindir}"