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

Context Navigation

  • Back to Ticket #279

Ticket #279: libmms-0.5.bep

File libmms-0.5.bep, 515 bytes (added by michaelvoliveira, 5 years ago)

merged .opd file

Line 
1DESCRIPTION="libmms - Common library for accessing Microsoft Media Server (MMS) media streaming protocol"
2HOMEPAGE="https://launchpad.net/libmms"
3SRC_URI="http://launchpad.net/libmms/trunk/0.5/+download/libmms-0.5.tar.gz"
4CHECKSUM_MD5="cf83053ec891f14e73a04c84d9de08ee"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-libs/glib >= 2.0"
8
9BUILD {
10        cd libmms-0.5
11        ./autogen.sh
12        ./configure --prefix=/boot/common
13        make
14}
15
16INSTALL {
17        cd libmms-0.5
18        make install
19}
20
21LICENSE="GNU LGPL v2.1"
22COPYRIGHT="2009 Xine project"

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/