mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* add missing hashes & correct licenses * disable conventional license files for IPK pkgs + more fixes * libretro-database: bump libretro-database version (with existent License) * libretro-*: redirect to upstream links pointing to recalbox src
9 lines
238 B
Makefile
9 lines
238 B
Makefile
FATRESIZE_VERSION = v1.1.0
|
|
FATRESIZE_SITE_METHOD = git
|
|
FATRESIZE_SITE = https://github.com/ya-mouse/fatresize.git
|
|
FATRESIZE_LICENSE = GPL-3.0
|
|
FATRESIZE_LICENSE_FILES = COPYING
|
|
FATRESIZE_DEPENDENCIES = parted
|
|
|
|
$(eval $(autotools-package))
|