summaryrefslogtreecommitdiff
path: root/recipes/frei0r-plugins.recipe
blob: 5592666e1103b4ec1af4133722a4c09e9b737962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
from cerbero.utils import shell


class Recipe(recipe.Recipe):
    name = 'frei0r-plugins'
    version = '1.7.0'
    licenses = [License.GPLv2Plus]
    stype = SourceType.TARBALL
    btype = BuildType.CMAKE
    cmake_generator = 'ninja'
    can_msvc = False
    url = 'https://files.dyne.org/frei0r/releases/%(name)s-%(version)s.tar.gz'
    tarball_checksum = '1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a'

    files_plugins = ['%(libdir)s/frei0r-1']
    files_devel = [
        '%(libdir)s/pkgconfig/frei0r.pc',
        'include/frei0r.h',
    ]