blob: f0dbfe8558ff714256fddc4b168cfb056f962e09 (
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 = 'libshout'
version = '2.4.1'
stype = SourceType.TARBALL
url = 'xiph://.tar.gz'
tarball_checksum = 'f3acb8dec26f2dbf6df778888e0e429a4ce9378a9d461b02a7ccbf2991bbf24d'
licenses = [License.LGPLv2Plus]
deps = ['libtheora', 'libogg', 'libvorbis', 'speex']
files_libs = ['libshout']
files_devel = ['include/shout', 'lib/pkgconfig/shout.pc']
|