aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-gnome/libidl/libidl.inc
blob: 7a90a7044df0948e9b0b664cebe49b9d6269a7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Library for parsing CORBA IDL files"
SECTION = "x11/gnome/libs"
LICENSE = "LGPL"

inherit autotools pkgconfig

SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"

S = "${WORKDIR}/libIDL-${PV}"

FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += " ${bindir}"