mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
exfatprogs: initial package
This commit is contained in:
parent
5cfc8767b0
commit
91c15660e0
16
packages/sysutils/exfatprogs/package.mk
Normal file
16
packages/sysutils/exfatprogs/package.mk
Normal file
@ -0,0 +1,16 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="exfatprogs"
|
||||
PKG_VERSION="1.1.2"
|
||||
PKG_SHA256="b95dd447b657eaab05edb444c181b1ef10601fc98bcf5645a4b91f5b4a77f83c"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/exfatprogs/exfatprogs"
|
||||
PKG_URL="https://github.com/exfatprogs/exfatprogs/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystems."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}/usr/share
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user