2
# Copyright (c) 2010 PrimeBase Technologies GmbH, Germany
4
# This program is free software; you can redistribute it and/or modify it under
5
# the terms of the GNU General Public License as published by the Free Software
6
# Foundation; version 2 of the License.
8
# This program is distributed in the hope that it will be useful, but WITHOUT
9
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
# You should have received a copy of the GNU General Public License along with
13
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
14
# Place, Suite 330, Boston, MA 02111-1307 USA
19
title=PrimeBase Media Stream Daemon
20
description=Provides BLOB streaming service for storage engines
22
cxxflags=-DDRIZZLED -DPBMS_VERSION=0.5.14-beta
23
build_conditional="${ac_cv_libcurl}" = "yes"
28
sources=src/plugin_ms.cc
32
src/connection_handler_ms.cc
43
src/systab_backup_ms.cc
44
src/systab_cloud_ms.cc
46
src/systab_httpheader_ms.cc
48
src/systab_variable_ms.cc
49
src/system_table_ms.cc
55
src/cslib/CSDirectory.cc
57
src/cslib/CSException.cc
59
src/cslib/CSHTTPStream.cc
66
src/cslib/CSS3Protocol.cc
69
src/cslib/CSStorage.cc
72
src/cslib/CSStrUtil.cc
78
headers=src/backup_ms.h
81
src/connection_handler_ms.h
84
src/cslib/CSDirectory.h
86
src/cslib/CSException.h
89
src/cslib/CSHTTPStream.h
96
src/cslib/CSS3Protocol.h
102
src/cslib/CSStrUtil.h
122
src/systab_backup_ms.h
123
src/systab_cloud_ms.h
125
src/systab_httpheader_ms.h
127
src/systab_variable_ms.h
128
src/system_table_ms.h