libdvdcss: add 1.2.10
authorKoen Kooi <koen@openembedded.org>
Wed, 14 Jan 2009 15:07:17 +0000 (16:07 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 Jan 2009 15:07:17 +0000 (16:07 +0100)
packages/vlc/libdvdcss_1.2.10.bb [new file with mode: 0644]

diff --git a/packages/vlc/libdvdcss_1.2.10.bb b/packages/vlc/libdvdcss_1.2.10.bb
new file mode 100644 (file)
index 0000000..ca471c2
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption."
+LICENSE = "GPLv2"
+
+SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+       autotools_stage_all
+}
+
+
+
+
+