<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* 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 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id: setup.inc.php,v 1.2.2.2 2002/09/07 20:03:41 bettina Exp $ */
/* Basic information about this app */
$setup_info['apifunk']['name'] = 'apifunk';
$setup_info['apifunk']['title'] = 'FUNKWERK API';
$setup_info['apifunk']['version'] = '0.0.2.000';
$setup_info['apifunk']['app_order'] = 2;
$setup_info['apifunk']['enable'] = 3;
$setup_info['apifunk']['author'] = 'Bettina Gille';
$setup_info['apifunk']['license'] = 'GPL';
$setup_info['apifunk']['description'] = 'the libraries of the FUNKWERK project';
$setup_info['apifunk']['maintainer'] = $setup_info['apifunk']['author'];
$setup_info['apifunk']['maintainer_email'] = 'hide@address.com';
/* Dependencies for this app to work */
$setup_info['apifunk']['depends'][] = array
(
'appname' => 'phpgwapi',
'versions' => Array('0.9.14')
);
?>