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


class Recipe(recipe.Recipe):
    name = 'libgpg-error'
    version = '1.10'
    license = License.LGPLv2_1

    files_libs = ['libgpg-error']
    files_bins = ['gpg-error']
    files_devel = ['include/gpg-error.h', 'bin/gpg-error-config']
    files_lang = ['libgpg-error']