blob: f6143b7cbe5a6aac47cb1e5bdd3b2fc5fbd5db8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'libmms'
version = '0.6.4'
stype = SourceType.TARBALL
url = 'sf://.tar.gz'
tarball_checksum = '3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f'
licenses = [License.LGPLv2_1Plus]
patches = ['libmms/0002-uri-Add-implementation-of-strndup-for-platforms-that.patch',
'libmms/0005-Fix-build-on-OSX-leopard.patch']
files_libs = ['libmms']
files_devel = ['include/libmms', 'lib/pkgconfig/libmms.pc']
autoreconf_sh = 'aclocal'
autoreconf = True
|