diff --git a/cross/bicbucstriim/Makefile b/cross/bicbucstriim/Makefile index fd5e4512ae3..79e5be67a83 100644 --- a/cross/bicbucstriim/Makefile +++ b/cross/bicbucstriim/Makefile @@ -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 = @@ -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 diff --git a/cross/bicbucstriim/digests b/cross/bicbucstriim/digests index 8696e37ab58..a6b5cfc9c7a 100644 --- a/cross/bicbucstriim/digests +++ b/cross/bicbucstriim/digests @@ -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 diff --git a/spk/bicbucstriim/Makefile b/spk/bicbucstriim/Makefile index 73c18f32825..d3d57d157eb 100644 --- a/spk/bicbucstriim/Makefile +++ b/spk/bicbucstriim/Makefile @@ -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 @@ -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 diff --git a/spk/cops/Makefile b/spk/cops/Makefile index 6aac5f8bb7f..f39d8eda5c7 100644 --- a/spk/cops/Makefile +++ b/spk/cops/Makefile @@ -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. @@ -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