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

class Recipe(recipe.Recipe):
    name = 'libtasn1'
    version = '4.5'
    stype = SourceType.TARBALL
    url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.5.tar.gz'
    licenses = [License.LGPLv2_1Plus]
    autoreconf = True
    patches = ['libtasn1/0001-Rename-gnulib-symbols.patch']

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