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 authored and Vít Kabele committed Aug 7, 2023
1 parent 648cf36 commit d807170
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions spk/firebird/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SPK_NAME = firebird
SPK_VERS = 4.0.2
SPK_ICON = src/firebird.png
SPK_REV = 1

DEPENDS = cross/$(SPK_NAME)

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

DISPLAY_NAME = FirebirdSQL
DESCRIPTION = Firebird is a relational database with excelent concurrency and high performance.
CHANGELOG = "Add FirebirdSQL DB server in version 4.0.2"
HOMEPAGE = https://firebirdsql.org/
MAINTAINER = vitkabele
LICENSE = MPL

OS_MIN_VERS = 7.0
REQUIRED_MIN_DSM = 7.0
REQUIRED_MAX_DSM = 7.1

# Startable service properties
STARTABLE = yes
SERVICE_COMMAND = $${SYNOPKG_PKGDEST}/bin/firebird
SERVICE_USER = auto
SERVICE_PORT = 3050
SERVICE_PORT_TITLE = $(DISPLAY_NAME)

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 d807170

Please sign in to comment.