# $Header: /magellan-cvs/smage/pyogg/pyogg-1.3-r2.smage2,v 1.1 2008/02/12 10:45:09 niro Exp $ PNAME="pyogg" PVER="1.3" PBUILD="r2" PCATEGORIE="dev-python" STATE="unstable" DESCRIPTION="Python bindings for the ogg library." HOMEPAGE="http://ekyo.nerim.net/software/pyogg/" DEPEND=">= dev-lang/python-2.5 >= media-libs/libogg-1.1.3" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude python SRC_URI=( http://ekyo.nerim.net/software/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} python config_unix.py || die python_src_compile }