mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
rar2fs: initial package
This commit is contained in:
parent
490c65f30f
commit
244b515613
@ -0,0 +1,19 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="rar2fs"
|
||||
PKG_VERSION="1.27.1"
|
||||
PKG_SHA256="f7e84b813fe82c6a886313e13a85d4f0d229b21f343a3ce6f73325a4ac90cb5a"
|
||||
PKG_LICENSE="GPL3"
|
||||
PKG_SITE="https://github.com/hasse69/rar2fs"
|
||||
PKG_URL="https://github.com/hasse69/rar2fs/releases/download/v$PKG_VERSION/rar2fs-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain unrar"
|
||||
PKG_LONGDESC="FUSE file system for reading RAR archives"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--with-unrar=$(get_build_dir unrar) \
|
||||
--with-unrar-lib=$(get_build_dir unrar) \
|
||||
--disable-static-unrar"
|
||||
|
||||
makeinstall_target() {
|
||||
:
|
||||
}
|
@ -27,6 +27,7 @@ PKG_DEPENDS_TARGET="toolchain \
|
||||
ncftp \
|
||||
ngrep \
|
||||
nmap \
|
||||
rar2fs \
|
||||
rsync \
|
||||
sshfs \
|
||||
tcpdump \
|
||||
@ -67,6 +68,10 @@ addon() {
|
||||
# nmap
|
||||
cp -P $(get_build_dir nmap)/nmap $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# rar2fs
|
||||
cp -P $(get_build_dir rar2fs)/.$TARGET_NAME/mkr2i $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
cp -P $(get_build_dir rar2fs)/.$TARGET_NAME/rar2fs $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# rsync
|
||||
cp -P $(get_build_dir rsync)/.$TARGET_NAME/rsync $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user