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

class Recipe(recipe.Recipe):
    name = 'libtasn1'
    version = '4.4'
    stype = SourceType.TARBALL
    url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.4.tar.gz'
    licenses = [License.LGPLv2_1Plus]

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