diff options
Diffstat (limited to 'recipes/vlc/libdvdcss_1.2.10.bb')
-rw-r--r-- | recipes/vlc/libdvdcss_1.2.10.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/vlc/libdvdcss_1.2.10.bb b/recipes/vlc/libdvdcss_1.2.10.bb new file mode 100644 index 0000000000..f6862d3dd3 --- /dev/null +++ b/recipes/vlc/libdvdcss_1.2.10.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption." +LICENSE = "GPLv2" + +PR = "r1" + +SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2" + +inherit autotools + +EXTRA_OECONF = " --disable-doc " + +AUTOTOOLS_STAGE_PKGCONFIG = "1" +do_stage() { + autotools_stage_all +} + + + + + |