summaryrefslogtreecommitdiff
path: root/recipes/a52dec.recipe
blob: c37a0d62116f1376db15dcca56946bf28eaa1084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'a52dec'
    version = '0.7.4'
    licenses = [License.GPLv2Plus]
    configure_options = '--with-pic --enable-shared'

    files_libs = ['liba52']
    files_bins = ['a52dec']
    files_devel = ['include/a52dec']

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