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


class Recipe(recipe.Recipe):
    name = 'iso-codes'
    version = '3.57'
    stype = SourceType.TARBALL
    url = 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.57.tar.xz'
    licenses = [License.LGPLv2_1Plus]