summaryrefslogtreecommitdiff
path: root/recipes/libtasn1.recipe
blob: 77b582621a49e9bd9ac7f97d8001601aedb99bc6 (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'libtasn1'
    version = '2.13'
    licenses = [License.LGPLv2_1Plus]

    files_libs = ['libtasn1']
    files_devel = ['include/libtasn1.h', 'lib/pkgconfig/libtasn1.pc']