mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-07 16:19:53 +00:00
17 lines
666 B
Makefile
17 lines
666 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="exfatprogs"
|
|
PKG_VERSION="1.2.6"
|
|
PKG_SHA256="89d05b7a9537f2413079b724ec8d02d7a2e291c29c52e7256303e9456200fb0f"
|
|
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
|
|
}
|