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

class Recipe(recipe.Recipe):
    name = 'XML-Simple'
    version = '2.18'
    licenses = [License.GPLv1Plus]
    btype = BuildType.MAKEFILE
    configure_tpl = 'perl Makefile.PL PREFIX=$CERBERO_PREFIX'