HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #137

Ticket #137: libmatroska-1.0.0.bep

File libmatroska-1.0.0.bep, 551 bytes (added by disreali, 5 years ago)
Line 
1DESCRIPTION="libmatroska is a C++ libary to parse Matroska files."
2HOMEPAGE="http://www.matroska.org/"
3SRC_URI="http://dl.matroska.org/downloads/libmatroska/libmatroska-1.0.0.tar.bz2"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND="libebml >= 1.0.0"
7CHECKSUM_MD5="4efcf3945b17a6f0320cf1aaa326a4de "
8BUILD {
9        cd libmatroska-1.0.0/make/linux
10        make
11}
12
13INSTALL {
14        cd libmatroska-1.0.0/make/linux
15    if [ -n ${DESTDIR} ];then
16                make install DESTDIR="${DESTDIR}"
17        else
18                make install
19        fi
20}
21
22LICENSE="GNU LGPL v2.1"
23COPYRIGHT="2005-2009 CoreCodec, Inc."

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/