12 lines
450 B
Makefile
12 lines
450 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="exfatprogs"
|
|
PKG_VERSION="977a3d2"
|
|
PKG_LICENSE="GPLv2+"
|
|
PKG_SITE="https://github.com/exfatprogs/exfatprogs"
|
|
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain linux"
|
|
PKG_LONGDESC="Userspace utilities for exfat"
|
|
PKG_TOOLCHAIN="autotools"
|