Add staging for loudmouth

git-svn-id: https://svn.o-hand.com/repos/poky@64 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-29 12:44:24 +00:00
parent 1544e4d3e7
commit 6ff6f31067
1 changed files with 7 additions and 0 deletions

View File

@ -2,8 +2,15 @@ LICENSE = "LGPL"
DEPENDS = "glib-2.0 gnutls"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
PR = "r1"
SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage() {
oe_libinstall -so -C loudmouth libloudmouth-1 ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/${PN}/
install -m 0644 ${S}/${PN}/*.h ${STAGING_INCDIR}/${PN}/
}