Skip to content

Commit

Permalink
bicbucstriim: update to depend on DSM 7.2
Browse files Browse the repository at this point in the history
- fix source url
- use REQUIRED_MIN_DSM = 7.2 for PHP8.2
- remove SERVICE_USER (required for DSM 6 only)
  • Loading branch information
hgy59 committed Nov 30, 2024
1 parent c89732e commit db62ffa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
12 changes: 6 additions & 6 deletions cross/bicbucstriim/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PKG_NAME = BicBucStriim
PKG_NAME = bicbucstriim
PKG_VERS = 3.5.2
PKG_EXT = zip
PKG_DIST_NAME = bicbucstriim-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mikespub-org/rvolz-$(PKG_NAME)/releases/download/v$(PKG_VERS)
PKG_DIR = bicbucstriim
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-php82.$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mikespub-org/rvolz-BicBucStriim/releases/download/v$(PKG_VERS)
PKG_DIR = $(PKG_NAME)
EXTRACT_PATH = $(WORK_DIR)/$(PKG_DIR)

DEPENDS =
Expand All @@ -18,5 +18,5 @@ include ../../mk/spksrc.install-resources.mk

.PHONY: bicbucstriim_install
bicbucstriim_install:
mkdir -p $(STAGING_INSTALL_PREFIX)/share/bbs
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/bbs
@mkdir -p $(STAGING_INSTALL_PREFIX)/share/bbs
@tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/bbs
6 changes: 3 additions & 3 deletions cross/bicbucstriim/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bicbucstriim-3.5.2.zip SHA1 b1dee2639c258d4f7d4afa0cc41b3ac7f5cd1dc5
bicbucstriim-3.5.2.zip SHA256 1a6670edbd56043dc6a4e16ab779ebbc8aada9489eaec9630cbc6b7eef769906
bicbucstriim-3.5.2.zip MD5 264ff78755e269be4b06e6e97fa8e731
bicbucstriim-3.5.2-php82.zip SHA1 b1dee2639c258d4f7d4afa0cc41b3ac7f5cd1dc5
bicbucstriim-3.5.2-php82.zip SHA256 1a6670edbd56043dc6a4e16ab779ebbc8aada9489eaec9630cbc6b7eef769906
bicbucstriim-3.5.2-php82.zip MD5 264ff78755e269be4b06e6e97fa8e731
8 changes: 3 additions & 5 deletions spk/bicbucstriim/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
SPK_NAME = bicbucstriim
SPK_VERS = 3.5.2
SPK_REV = 8
SPK_REV = 9
SPK_ICON = src/bicbucstriim.png

DEPENDS = cross/bicbucstriim
# Pure PHP package, make sure ARCH is noarch
override ARCH=noarch

REQUIRED_MIN_DSM = 7.0
REQUIRED_MIN_DSM = 7.2
SPK_DEPENDS = WebStation:PHP8.2:Apache2.4

MAINTAINER = SynoCommunity
DESCRIPTION = BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices, which provide access to your collection of music, videos and photos -- but not books. BicBucStriim covers that area and provides web-based access to your e-book collection.
DISPLAY_NAME = BicBucStriim
CHANGELOG = Update to v3.5.2 \(Requires PHP 8.2\)
CHANGELOG = "Update to v3.5.2 (Requires PHP 8.2 and DSM 7.2)"

HOMEPAGE = https://github.com/mikespub-org/rvolz-BicBucStriim/
LICENSE = MIT
Expand All @@ -28,8 +28,6 @@ DSM_UI_DIR = app
DSM_UI_CONFIG = src/app/config
CONF_DIR = src/conf/

# Set user as 'auto' for DSM 6 privilege
SERVICE_USER = auto
SERVICE_SETUP = src/service-setup.sh
STARTABLE = no

Expand Down
3 changes: 1 addition & 2 deletions spk/cops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = cross/cops
override ARCH=noarch

REQUIRED_MIN_DSM = 7.2
SPK_DEPENDS=WebStation:PHP8.2:Apache2.4
SPK_DEPENDS = WebStation:PHP8.2:Apache2.4

MAINTAINER = SynoCommunity
DESCRIPTION = Calibre OPDS and HTML PHP Server : light alternative to Calibre content server / Calibre2OPDS.
Expand All @@ -30,7 +30,6 @@ DSM_UI_DIR = app
DSM_UI_CONFIG = src/app/config
CONF_DIR = src/conf/

SERVICE_USER = auto
SERVICE_SETUP = src/service-setup.sh
STARTABLE = no

Expand Down

0 comments on commit db62ffa

Please sign in to comment.