DESCRIPTION = "Python Vorbis Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " RDEPENDS = "python-core libvorbis python-ogg" DEPENDS = "virtual/libc libvorbis python-ogg" SRCNAME = "pyvorbis" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz \ file://${FILESDIR}/disable-oggcheck.patch;patch=1" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "ogg_libs = ogg" >>Setup echo "ogg_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ogg_include_dir = ${STAGING_INCDIR}" >>Setup echo "vorbis_libs = vorbis vorbisfile vorbisenc" >>Setup echo "vorbis_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "vorbis_include_dir = ${STAGING_INCDIR}" >>Setup } a8b72fa3317ad63f108287eda01f30'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/linux/linux-hackndev-2.6_git.bb
AgeCommit message (Expand)AuthorFiles
2008-03-03linux-hackndev: Changed repo location. Should fix kernel fetch bugs.Sergey Lapin1
2007-12-11linux-hackndev: Since we support git:// protocol now, use it by defaultSergey Lapin1
2007-11-26Linux for palms: repository changeSergey Lapin1