Skip to content

Commit

Permalink
Add spk/firebird #5795
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkabele authored and Vít Kabele committed Aug 9, 2023
1 parent f0b5e34 commit 3790bda
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
31 changes: 31 additions & 0 deletions spk/firebird/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
SPK_NAME = firebird
SPK_VERS = 4.0.2
SPK_ICON = src/firebird.png
SPK_REV = 1

BETA = 1

DEPENDS = cross/$(SPK_NAME) cross/daemon

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_SETUP = src/service-setup.sh
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.
7 changes: 7 additions & 0 deletions spk/firebird/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

FIREBIRD_BIN_FILE="${SYNOPKG_PKGDEST}/bin/firebird"
DAEMON="${SYNOPKG_PKGDEST}/bin/daemon"

SERVICE_COMMAND="${DAEMON} -p ${PID_FILE} ${FIREBIRD_BIN_FILE} -e ${SYNOPKG_PKGDEST}"

0 comments on commit 3790bda

Please sign in to comment.