forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Radarr: Use .NET core builds (SynoCommunity#4464)"
This reverts commit f0dc885. # Conflicts: # cross/libstdc++/Makefile
- Loading branch information
Showing
13 changed files
with
71 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,23 @@ | ||
include ../../mk/spksrc.archs.mk | ||
|
||
PKG_NAME = Radarr | ||
PKG_VERS = 3.0.2.4552 | ||
PKG_VERS = 3.0.1.4259 | ||
PKG_EXT = tar.gz | ||
|
||
PKG_ARCH = x64 | ||
ifeq ($(findstring $(ARCH),$(ARMv7_ARCHS)),$(ARCH)) | ||
PKG_ARCH = arm | ||
else ifeq ($(findstring $(ARCH),$(ARMv8_ARCHS)),$(ARCH)) | ||
PKG_ARCH = arm64 | ||
endif | ||
|
||
PKG_DIST_NAME = $(PKG_NAME).master.$(PKG_VERS).linux-core-$(PKG_ARCH).$(PKG_EXT) | ||
PKG_DIST_NAME = $(PKG_NAME).master.$(PKG_VERS).linux.$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/Radarr/Radarr/releases/download/v$(PKG_VERS) | ||
PKG_DIR = Radarr | ||
|
||
DEPENDS = | ||
|
||
HOMEPAGE = https://radarr.video/ | ||
COMMENT = Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. | ||
COMMENT = Radarr is a movie manager like Couchpotato, but based on the Sonarr codebase. It can monitor multiple RSS feeds for new movie releases and will grab, sorts and rename them. It can also be configured to automatically upgrade the quality of files already downloaded if a better quality format becomes available. | ||
LICENSE = GNU GPL v3 | ||
|
||
PRE_CHECKSUM_TARGET = radarr_prechecksum | ||
POST_CHECKSUM_TARGET = radarr_postchecksum | ||
CONFIGURE_TARGET = nop | ||
COMPILE_TARGET = nop | ||
INSTALL_TARGET = radarr_install | ||
|
||
include ../../mk/spksrc.cross-cc.mk | ||
|
||
.PHONY: radarr_prechecksum | ||
radarr_prechecksum: | ||
cp digests_dir/$(PKG_ARCH) digests | ||
|
||
.PHONY: radarr_postchecksum | ||
radarr_postchecksum: | ||
rm digests | ||
|
||
.PHONY: radarr_install | ||
radarr_install: | ||
rm -rf $(WORK_DIR)/$(PKG_DIR)/Radarr.Update | ||
mkdir -p $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR)/bin | ||
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR)/bin | ||
mkdir -p $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR) | ||
tar -cf - -C $(WORK_DIR)/$(PKG_DIR) . | tar -xf - -C $(STAGING_INSTALL_PREFIX)/share/$(PKG_DIR) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Radarr.master.3.0.1.4259.linux.tar.gz SHA1 4c527002b56bc2f636ae41bcb326397c23932a2f | ||
Radarr.master.3.0.1.4259.linux.tar.gz SHA256 e8af5a006b234c0646429040936ff4851aff7c05593a58019ecb2409a3cad653 | ||
Radarr.master.3.0.1.4259.linux.tar.gz MD5 08c8418a9aacee4b5e0e3bad8a4ff6a8 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters