# -*- 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'] def prepare(self): if self.config.platform != Platform.WINDOWS: self.autoreconf = True