]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libcwd/libcwd_0.99.40.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libcwd / libcwd_0.99.40.bb
1 DESCRIPTION = "Libcwd is a thread-safe, full-featured debugging support library for C++ developers. \
2 It includes ostream-based debug output with custom debug channels and devices, \
3 powerful memory allocation debugging support, as well as run-time support for \
4 printing source line number information and demangled type names."
5 SECTION = "devel/libs"
6 LICENSE = "QPL"
7 HOMEPAGE = "http://libcwd.sourceforge.net"
8 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
9 PR = "r0"
10
11 SRC_URI = "http://puzzle.dl.sourceforge.net/sourceforge/libcwd/libcwd-${PV}.tar.gz"
12
13 inherit autotools
14
15 PARALLEL_MAKE = ""
16
17 PACKAGES =+ "${PN}-config ${PN}-mt"
18 FILES_${PN} = "${libdir}/libcwd.so*"
19 FILES_${PN}-mt = "${libdir}/libcwd_r.so*"
20 FILES_${PN}-config = "${datadir}"
21 RRECOMMENDS_${PN} = "${PN}-config"
22 RRECOMMENDS_${PN}-mt = "${PN}-config"