summaryrefslogtreecommitdiff
path: root/recipes/libtasn1.recipe
blob: 8d739c2c04f11ac2ebb354c8543936087e6a7f4d (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.7'
    stype = SourceType.TARBALL
    url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-{0}.tar.gz'.format(version)
    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']