| 12345678910111213141516171819202122232425262728293031 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mkPKG_NAME:=		libshoutPKG_VERSION:=		2.3.1PKG_RELEASE:=		1PKG_MD5SUM:=		11765b2592e7ea623ccd93d3f8df172cPKG_DESCR:=		library which can be used to write a source client for streamingPKG_SECTION:=		libs/audioPKG_DEPENDS:=		libvorbis liboggPKG_BUILDDEP:=		libvorbisPKG_URL:=		http://directory.fsf.org/project/libshoutPKG_SITES:=		http://downloads.us.xiph.org/releases/libshout/PKG_OPTS:=		devDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gzinclude ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,LIBSHOUT,libshout,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))CONFIGURE_ARGS+=	--disable-speex \			--disable-theoralibshout-install:	${INSTALL_DIR} ${IDIR_LIBSHOUT}/usr/lib	${CP} ${WRKINST}/usr/lib/libshout.so* ${IDIR_LIBSHOUT}/usr/lib/include ${TOPDIR}/mk/pkg-bottom.mk
 |