88f4a56080
Now that we've got a cleaner/fuzzier libtool 1.5 static patch we can
discard the temporary workaround.
This reverts commit e573f5d326
.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
435 B
Makefile
16 lines
435 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_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|