aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libidl/libidl.inc
blob: 1a5c8158208d71ebe58d89debc3223eb1e3ea972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Library for parsing CORBA IDL files"
HOMEPAGE = "http://andrewtv.org/libIDL/"
SECTION = "x11/gnome/libs"
LICENSE = "LGPLv2+"

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}"