]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libpcl/libpcl_1.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libpcl / libpcl_1.4.bb
1 DESCRIPTION = "The Portable Coroutine Library (PCL) implements the low level \
2 functionality for coroutines."
3 HOMEPAGE = "http://www.xmailserver.org/libpcl.html"
4 LICENSE = "GPL"
5 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
6 SECTION = "libs"
7
8 SRC_URI = "http://www.xmailserver.org/libpcl-${PV}.tar.gz"
9 S = "${WORKDIR}/libpcl-${PV}"
10
11 inherit autotools
12
13 do_stage () {
14         autotools_stage_includes
15         oe_libinstall -so -a -C pcl libpcl ${STAGING_LIBDIR}/
16 }