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


class Recipe(recipe.Recipe):
    name = 'expat'
    version = '2.2.5'
    licenses = [License.BSD_like]
    stype = SourceType.TARBALL
    url = 'https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2'

    files_libs = ['libexpat']
    files_devel = ['include/expat.h', 'include/expat_external.h', 'lib/pkgconfig/expat.pc']