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


class Recipe(recipe.Recipe):
    name = 'expat'
    version = '2.1.0'
    license = 'BSD-like'

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