aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdvdread/libdvdread_0.9.6.bb
blob: a328e35680f2f2b521b97ba7fa66cff9f95ef28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "libdvdread provides a simple foundation for reading DVD video disks. \
It provides the functionality that is required to access many DVDs. \
It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling."
HOMEPAGE = "http://www.dtek.chalmers.se/groups/dvd/development.shtml"
LICENSE = "GPL"
SECTION = "libs/multimedia"

SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz"

inherit autotools

do_stage() {
	autotools_stage_all
}