blob: 59ae722a40348872ddcd878a89a60cf810a7f69b (
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.6'
stype = SourceType.TARBALL
url = 'xiph://.tar.gz'
tarball_checksum = '39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910'
licenses = [License.LGPLv2Plus]
deps = ['libtheora', 'libogg', 'libvorbis', 'speex']
files_libs = ['libshout']
files_devel = ['include/shout', '%(libdir)s/pkgconfig/shout.pc']
|