DESCRIPTION = "Library which can be used to write a source client like ices" HOMEPAGE = "http://www.icecast.org/" LICENSE = "GPLv2" SECTION = "libs" PRIORITY = "required" MAINTAINER = "Sven-Ola Tuecke " SRC_URI = "http://downloads.us.xiph.org/releases/libshout/libshout-${PV}.tar.gz" S = "${WORKDIR}/libshout-${PV}" inherit autotools EXTRA_OECONF = "--includedir=${STAGING_INCDIR} --libdir=${STAGING_LIBDIR}" do_stage () { install -d 0755 ${STAGING_INCDIR}/shout install -m 0644 include/shout/shout.h ${STAGING_INCDIR}/shout oe_libinstall -a -so -C src/.libs libshout ${STAGING_LIBDIR} } do_install () { install -m 0755 -d ${D}${libdir} oe_libinstall -so -C src/.libs libshout ${D}${libdir} }