the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: pyvorbis-py%type_pkg[python]
Version: 1.4
Revision: 11
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Type: python (2.3 2.4)
Description: Python %type_raw[python] mod for OGG Vorbis files
License: LGPL
Maintainer: Dave Vasilevsky
# Dependencies:
Depends: <<
python%type_pkg[python] | python%type_pkg[python]-nox,
pyogg-py%type_pkg[python],
libvorbis0-shlibs
<<
BuildDepends: libvorbis0, libogg
# Unpack Phase:
Source: http://www.andrewchatham.com/pyogg/download/pyvorbis-%v.tar.gz
Source-MD5: b4921e792c0a74f75b9d3057df10ee7c
# 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://www.andrewchatham.com/pyogg/
# End of Info2
<<