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


class Recipe(recipe.Recipe):
    name = 'libshout'
    version = '2.4.1'
    stype = SourceType.TARBALL
    url = 'http://downloads.xiph.org/releases/libshout/libshout-2.4.1.tar.gz'
    licenses = [License.LGPLv2Plus]
    deps = ['libtheora', 'libogg', 'libvorbis', 'speex']

    files_libs = ['libshout']
    files_devel = ['include/shout', 'lib/pkgconfig/shout.pc']