mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
1eac073b3a
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
434 B
Makefile
16 lines
434 B
Makefile
################################################################################
|
|
#
|
|
# jasper
|
|
#
|
|
################################################################################
|
|
|
|
JASPER_VERSION = 1.900.1
|
|
JASPER_SITE = http://sources.openelec.tv/devel
|
|
JASPER_SOURCE = jasper-$(JASPER_VERSION).tar.bz2
|
|
JASPER_INSTALL_STAGING = YES
|
|
JASPER_DEPENDENCIES = jpeg
|
|
JASPER_LICENSE = MIT
|
|
JASPER_LICENSE_FILE = LICENSE
|
|
|
|
$(eval $(autotools-package))
|