uclibc: remove obsolete patches for git version
[openembedded.git] / recipes / libidl / libidl.inc
blobe032575bb5da81038c14b625dceffd68f53d712c
1 DESCRIPTION = "Library for parsing CORBA IDL files"
2 SECTION = "x11/gnome/libs"
3 LICENSE = "LGPL"
5 inherit autotools pkgconfig
7 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
9 S = "${WORKDIR}/libIDL-${PV}"
11 do_stage() {
12         autotools_stage_all
15 FILES_${PN} = "${libdir}/*.so.*"
16 FILES_${PN}-dev += " ${bindir}"