summaryrefslogtreecommitdiff
path: root/recipes/libdvdread.recipe
blob: 5db468d63955bdb4f64fd72d11f60e8ff1ee8fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python


class Recipe(recipe.Recipe):
    name = 'libdvdread'
    version = '4.2.0'
    license = 'GPLv2'
    config_sh = 'sh autogen.sh'

    files_libs = ['libdvread']
    files_devel = ['include/dvdread', 'lib/pkgconfig/libdvnav.pc',
                   'lib/pkgconfig/libdvnavmini.pc', 'bin/dvdread-config']