Files
haikuports/media-libs/libwebm/libwebm-0.9.2_git.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00

24 lines
466 B
Plaintext

DESCRIPTION="libwebm - WebM VP8 Codec SDK"
HOMEPAGE="http://www.webmproject.org"
SRC_URI="git+git://review.webmproject.org/libwebm.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libwebm-0.9.2-git
make
}
INSTALL()
{
cd libwebm-0.9.2-git
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
echo "cp libmkvparser.a " ${LIBDIR}
mkdir -p ${DESTDIR}${LIBDIR}
cp libmkvparser.a ${DESTDIR}${LIBDIR}
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2009-2010 Google Inc."