summaryrefslogtreecommitdiff
path: root/recipes/expat.recipe
blob: e87c0626e3470461ec0e8216366d70bd6d75eacf (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 = 'expat'
    version = '2.2.7'
    licenses = [{License.BSD_like: ['COPYING']}]
    stype = SourceType.TARBALL
    url = 'https://github.com/libexpat/libexpat/releases/download/R_2_2_7/%(name)s-%(version)s.tar.bz2'
    tarball_checksum = 'cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18'
    configure_options = '--without-docbook'

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