summaryrefslogtreecommitdiff
path: root/recipes/orc.recipe
blob: d6faad1fb9c10d2351b8ccd3e20a018e24128074 (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 = 'orc'
    version = '0.4.18'
    licenses = [License.BSD_like]
    autoreconf = True

    files_libs = ['liborc-0.4', 'liborc-test-0.4']
    files_devel = ['include/orc-0.4', 'lib/pkgconfig/orc-0.4.pc',
        'bin/orc-bugreport%(bext)s', 'share/aclocal/orc.m4',
        'bin/orcc%(bext)s']