summaryrefslogtreecommitdiff
path: root/recipes/expat.recipe
blob: 4029cd44ddd290c6003e43ab9e55b6e950792970 (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.1.0'
    licenses = [License.BSD_like]
    stype = SourceType.TARBALL
    url = 'http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz'

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