mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-07 07:28:57 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
24
media-libs/libmms/libmms-0.5.recipe
Normal file
24
media-libs/libmms/libmms-0.5.recipe
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="libmms - Common library for accessing Microsoft Media Server (MMS) media streaming protocol"
|
||||
HOMEPAGE="https://launchpad.net/libmms"
|
||||
SRC_URI="http://launchpad.net/libmms/trunk/0.5/+download/libmms-0.5.tar.gz"
|
||||
CHECKSUM_MD5="cf83053ec891f14e73a04c84d9de08ee"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/glib >= 2.0"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd libmms-0.5
|
||||
./autogen.sh
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libmms-0.5
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2009 Xine project"
|
||||
Reference in New Issue
Block a user