the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libebml
Version: 0.7.8
Revision: 2
Description: C++ libary to parse EBML files
License: LGPL
Maintainer: None
Homepage: http://dl.matroska.org/downloads/libebml/
Conflicts: libebml3
Replaces: libebml3
BuildDependsOnly: True
GCC: 4.0
Source: http://dl.matroska.org/downloads/%n/%n-%v.tar.bz2
Source-MD5: 6278109f52e4f9d2c8a8dfc0d668b587
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
CompileScript: <<
cd make/linux && make -w
<<
InstallScript: <<
cd make/linux && make -w install prefix=%i
<<
DocFiles: ChangeLog LICENSE.LGPL
DescDetail: <<
libebml is a C++ libary to parse EBML files. It is available in LGPL
license as a source code that should compile on many platforms
including Windows, Linux, Mac OSX and BeOS.
This package includes headers and a static library.
<<