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