Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rar2fs #3990

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/rar2fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = rar2fs
PKG_VERS = 1.29.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
2PKG_DIST_SITE = https://github.com/hasse69/rar2fs/releases/download/v$(PKG_VERS)/
PKG_DIST_SITE = https://github.com/hasse69/rar2fs/releases/download/v$(PKG_VERS)/
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

CONFIGURE_ARGS = --with-fuse=$(WORK_DIR)/libfuse-fuse-2.9.9/include --with-fuse-lib=$(WORK_DIR)/install/usr/local/rar2fs/lib --with-unrar=$(WORK_DIR)/unrar
Expand Down
5 changes: 1 addition & 4 deletions diyspk/rar2fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPK_ICON = src/rar2fs.png

DEPENDS = cross/$(SPK_NAME)

MAINTAINER = Kristofer Hammarskold
MAINTAINER = Kristofer Hammarskold (kristofer.hammarskold[AT]gmail[DOT]com)
DESCRIPTION = rar2fs is a FUSE based file system that can mount a source RAR archive/volume or a directory containing any number of RAR archives and read the contents as regular files on-the-fly.
DISPLAY_NAME = rar2fs
STARTABLE = no
Expand All @@ -15,9 +15,6 @@ BETA = 1
HOMEPAGE = https://github.com/hasse69/rar2fs
LICENSE = GPLv3, LGPLv2.1 (libfuse.so), UnRAR License (unrar)

INSTALLER_SCRIPT = src/installer.sh
SSS_SCRIPT = src/dsm-control.sh

INSTALL_PREFIX = /usr/local/$(SPK_NAME)

include ../../mk/spksrc.spk.mk
Expand Down
7 changes: 4 additions & 3 deletions spk/synocli-file/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPK_ICON = src/synocli-file.png
include ../../mk/spksrc.common.mk

DEPENDS = cross/less cross/tree cross/ncdu cross/jdupes cross/rhash cross/mc cross/nano cross/file
DEPENDS += cross/detox
DEPENDS += cross/detox cross/rar2fs

MAINTAINER = SynoCommunity
DISPLAY_NAME = SynoCli File Tools
Expand Down Expand Up @@ -42,8 +42,9 @@ SPK_COMMANDS += bin/file
SPK_COMMANDS += bin/detox
SPK_COMMANDS += bin/rmlint
SPK_COMMANDS += bin/rnm

SPK_COMMANDS += bin/rhash
SPK_COMMANDS += bin/rar2fs

SPK_LINKS = /usr/local/bin/ed2k-link:bin/rhash
SPK_LINKS += /usr/local/bin/edonr256-hash:bin/rhash
SPK_LINKS += /usr/local/bin/edonr512-hash:bin/rhash
Expand All @@ -54,6 +55,6 @@ SPK_LINKS += /usr/local/bin/sfv-hash:bin/rhash
SPK_LINKS += /usr/local/bin/tiger-hash:bin/rhash
SPK_LINKS += /usr/local/bin/tth-hash:bin/rhash
SPK_LINKS += /usr/local/bin/whirlpool-hash:bin/rhash

SPK_LINKS += /usr/local/bin/rar2fs:bin/rar2fs
hgy59 marked this conversation as resolved.
Show resolved Hide resolved

include ../../mk/spksrc.spk.mk