summaryrefslogtreecommitdiff
path: root/recipes/libtasn1.recipe
blob: 97bafb505bebbedc520583195cf416f1941ff1b4 (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 = 'libtasn1'
    version = '2.14'
    stype = SourceType.TARBALL
    url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-2.14.tar.gz'
    licenses = [License.LGPLv2_1Plus]
    patches = ['libtasn1/0001-Fix-include-for-Bionic-where-SIZE_MAX-is-in-limits.h.patch',
               'libtasn1/0002-Fix-includes-for-Bionic-X86.patch',
               'libtasn1/0003-Fix-check-for-Android-x86.patch']

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