blob: 6d7a32e7d84edaf08a715d54828c3ec595bd8aa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# libdvdnav .bb build file
# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see /COPYING)
HOMEPAGE="http://dvd.sourceforge.net/"
DESCRIPTION="DVD navigation multimeda library"
MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>"
LICENSE = "GPL"
SRC_URI="${SOURCEFORGE_MIRROR}/dvd/${PN}-${PV}.tar.gz"
inherit autotools
do_stage() {
autotools_stage_all
}
|