summaryrefslogtreecommitdiff
path: root/recipes/libogg.recipe
blob: c3de19fc55c2cbf0bf735925b4d42f6fff3b7866 (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 = 'libogg'
    version = '1.3.0'
    licenses = [License.BSD_like]

    files_libs = ['libogg']
    files_devel = ['include/ogg', 'lib/pkgconfig/ogg.pc']

    def prepare(self):
        if self.config.target_platform == Platform.IOS:
            self.autoreconf = True