aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matroska/matroska.inc
blob: 5ce8fa5da088b9449d79ec52fa45f944654acc29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HOMEPAGE = "http://www.matroska.org/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2.1"

SRC_URI = "http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2"

EXTRA_OEMAKE = "CROSS=${TARGET_PREFIX} prefix=${D}${prefix} -C make/linux"

do_compile() {
        oe_runmake
}

do_install() {
        oe_runmake install
}