mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
20 lines
702 B
Makefile
20 lines
702 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# 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 fuse 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() {
|
|
:
|
|
}
|