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

Context Navigation

  • Back to Ticket #428

Ticket #428: libvpx-v1.0.0.bep

File libvpx-v1.0.0.bep, 471 bytes (added by disreali, 3 years ago)
Line 
1DESCRIPTION="libwebm - WebM VP8 Codec SDK"
2HOMEPAGE="http://www.webmproject.org"
3SRC_URI="http://webm.googlecode.com/files/libvpx-v1.0.0.tar.bz2"
4CHECKSUM_MD5="d987b5140412edd37d2c6b10c29ad484"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd libvpx-v1.0.0
10         ./configure --prefix=`finddir B_COMMON_DIRECTORY` \
11        --enable-pic \
12                --enable-vp8
13        make
14}
15       
16INSTALL {
17        cd libvpx-v1.0.0
18        make install
19}
20
21LICENSE="BSD (3-clause)"
22COPYRIGHT="2009-2010 Google 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/