#
# cook - file construction tool
# Copyright (C) 2010 Peter Miller
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

project_specific =
[
    {
        name = "aede-policy:version-info:library";
        value = "common/libcommon.a";
    },
    {
        name = "aemakegen:library-directory";
        value = "common";
    },
    {
        name = "aemakegen:debian:copyright";
        value = "false";
    },
    {
        name = "aemakegen:debian:homepage";
        value = "http://miller.emu.id.au/pmiller/software/cook/";
    },
    {
        name = "aemakegen:debian:maintainer";
        value = "Peter Miller <pmiller@opensource.org.au>";
    },
    {
        name = "aemakegen:debian:priority";
        value = "optional";
    },
    {
        name = "aemakegen:debian:section";
        value = "devel";
    },
    {
        name = "aemakegen:debian:description:cook";
        value = "file construction tool";
    },
    {
        name = "aemakegen:debian:extended-description:cook";
        value =
            "Cook is a tool for constructing files. It is given a set of files "
            "to create, and recipes of how to create them. In any non-trivial "
            "program there will be prerequisites to performing the actions "
            "necessary to creating any file, such as include files.  Cook "
            "provides a mechanism to define these."
            ;
    },
    {
        name = "aemakegen:debian:build-depends";
        value = "bison, gettext, groff, perl, sharutils";
    },
    {
        name = "aemakegen:debian:dm-upload-allowed";
        value = "true";
    },
];
