Skip to content

Commit

Permalink
Add spk/firebird SynoCommunity#5795
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkabele committed Aug 1, 2023
1 parent b35cc30 commit 11c3ee8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions spk/firebird/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
SPK_NAME = firebird
SPK_VERS = 4.0.2
SPK_ICON = src/firebird.png
SPK_REV = 1

DEPENDS = cross/$(SPK_NAME)

UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS) $(ARMv7_ARCHS)

include ../../mk/spksrc.common.mk

# Currently v4.0.2 works only with 7.1
# DSM 7.2 has issues with GLIBC version
ifeq ($(call version_lt,${TCVERSION},7.0)$(call version_gt,${TCVERSION},7.1),1)
UNSUPPORTED_ARCHS += $(ARCH)
endif

MAINTAINER = vitkabele
DESCRIPTION = Firebird is a relational database with excelent concurrency and high performance.
STARTABLE = yes
DISPLAY_NAME = FirebirdSQL
CHANGELOG = "Add FirebirdSQL DB server in version 4.0.2"

HOMEPAGE = https://firebirdsql.org/
LICENSE = MPL

SERVICE_USER = auto
SERVICE_PORT = 3050
SERVICE_PORT_TITLE = $(DISPLAY_NAME)

# Admin link for in DSM UI
ADMIN_PORT = $(SERVICE_PORT)

include ../../mk/spksrc.spk.mk

Binary file added spk/firebird/src/firebird.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11c3ee8

Please sign in to comment.