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


class Recipe(recipe.Recipe):
    name = 'libdvdread'
    version = '4.2.1'
    stype = SourceType.TARBALL
    url = 'http://download.videolan.org/pub/videolan/libdvdread/libdvdread-4.2.1.tar.xz'
    licenses = [License.GPLv2Plus]
    config_sh = 'sh autogen.sh'

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