the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libtremor
Version: 1.0.2
Revision: 1
Source: http://members.chello.nl/~g.mast/distfiles/tremor_snapshot_02132004.tgz
Source-MD5: d1e6e5b76f7120e55dd33e8002e394a1
SourceDirectory: Tremor
License: OSI-Approved
Maintainer: Pierre-Henri Lavigne
Homepage: http://www.xiph.org/ogg/vorbis/
Description: Ogg Vorbis Decoder
DescDetail:<<
The Tremor decoder library is an integer-only fully Ogg Vorbis compliant
software decoder library.
<<
DocFiles: CHANGELOG COPYING README doc/*.html
BuildDependsOnly: true
BuildDepends: libtool14, libtool14-shlibs, automake1.9, autoconf
PatchScript:<<
perl -pi -e "s,libtool,glibtool," autogen.sh
perl -pi -e "s,configure,configure --prefix=%p --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking," autogen.sh
<<
CompileScript:<<
#!/bin/sh -ev
./autogen.sh
make
<<
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for %N
Files: lib/libvorbisidec.1.dylib lib/libvorbisidec.1.0.2.dylib
Shlibs: %p/lib/libvorbisidec.1.dylib 2.0.0 %n (>= 1.0.2-1)
DocFiles: CHANGELOG COPYING README doc/*.html
<<