summaryrefslogtreecommitdiffstats
path: root/meta/packages/libidl/libidl_0.8.12.bb
blob: 9cc9ea2ed8057dcecd9261c5932804a5eb98e8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "LGPL"
DESCRIPTION = "Library for parsing CORBA IDL files"
SECTION = "gnome/libs"
DEPENDS = "glib-2.0 flex"
PR = "r4"

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

BINCONFIG_GLOB = "*-config-2"
inherit autotools pkgconfig binconfig

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

BBCLASSEXTEND = "native"