pyogg-py stable port information

Info2: <<
Package: pyogg-py%type_pkg[python]
Version: 1.3
Revision: 11
Type: python (2.3 2.4)
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Description: Python mod for OGG files
License: LGPL
Maintainer: Dave Vasilevsky

# Dependencies:
Depends: python%type_pkg[python] | python%type_pkg[python]-nox, libogg-shlibs
BuildDepends: libogg

# Unpack Phase:
Source: http://ekyo.nerim.net/software/pyogg/pyogg-%v.tar.gz
Source-MD5: 45a4ecc4d0600661199e4040a81ea3fe

# Patch Phase:
PatchScript: <<
perl -pi -e 's;#!/usr/bin/env python;#!%p/bin/python%type_raw[python];' setup.py
<<

# Compile Phase:
# Note, must use '--prefix %p' instead of '--prefix=%p'
CompileScript: <<
python%type_raw[python] config_unix.py --prefix %p
python%type_raw[python] setup.py build
<<

# Install Phase:
DocFiles: AUTHORS COPYING ChangeLog MANIFEST NEWS PKG-INFO README
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
<<

# Additional Info:
Homepage: http://ekyo.nerim.net/software/pyogg/index.html

# End of Info2
<<