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
18 lines
503 B
Makefile
18 lines
503 B
Makefile
################################################################################
|
|
#
|
|
# DjVuLibre
|
|
#
|
|
################################################################################
|
|
|
|
DJVU_VERSION = 3.5.24
|
|
DJVU_SITE = https://sourceforge.net/projects/djvu/files/DjVuLibre/$(DJVU_VERSION)
|
|
DJVU_SOURCE = djvulibre-$(DJVU_VERSION).tar.gz
|
|
DJVU_LICENSE = GPL-2.0+
|
|
DJVU_LICENSE_FILES = COPYING COPYRIGHT
|
|
|
|
DJVU_INSTALL_STAGING = YES
|
|
DJVU_AUTORECONF = YES
|
|
DJVU_DEPENDENCIES = tiff jpeg
|
|
|
|
$(eval $(autotools-package))
|