@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,17 +8,17 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := icu4c
PKG_VERSION := 55.1
PKG_VERSION := 58.2
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -55_1 -src.tgz
PKG_SOURCE_URL := http://download.icu-project.org/files/icu4c/55.1
PKG_MD5SUM := e2d523df79d6cb7855c2fbe284f4db29
PKG_SOURCE := $( PKG_NAME) -58_2 -src.tgz
PKG_SOURCE_URL := http://download.icu-project.org/files/$( PKG_NAME) /$( PKG_VERSION)
PKG_MD5SUM := fac212b32b7ec7ab007a12dff1f3aea1
PKG_LICENSE := ICU-1.8.1+
PKG_LICENSE_FILES := license.html
PKG_LICENSE_FILES := LICENSE
PKG_MAINTAINER := Mirko Vogt <mirko@openwrt.org >
PKG_MAINTAINER := Hirokazu MORIKAWA <morikw2@gmail.com >
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
@ -26,7 +26,6 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DEPENDS := icu/host
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / h o s t - b u i l d . m k
@ -41,25 +40,39 @@ define Package/icu
DEPENDS:= +libstdcpp +libpthread
e n d e f
d e f i n e B u i l d / C o n f i g u r e
$( call Build/Configure/Default, \
--disable-debug \
--enable-release \
--enable-shared \
--enable-static \
--enable-draft \
--enable-renaming \
--disable-tracing \
--disable-extras \
--enable-dyload \
--enable-layout \
--enable-layoutex \
--disable-tools \
--disable-tests \
--disable-samples \
--with-cross-build= " $( HOST_BUILD_DIR) " \
)
e n d e f
CONFIGURE_CMD := ./runConfigureICU
CONFIGURE_VARS :=
CONFIGURE_ARGS := \
Linux/gcc \
--disable-debug \
--enable-release \
--enable-shared \
--enable-static \
--enable-draft \
--enable-renaming \
--disable-tracing \
--disable-extras \
--enable-dyload \
--disable-tools \
--disable-tests \
--disable-samples \
--with-cross-build= " $( HOST_BUILD_DIR) " \
--prefix= /usr
HOST_CONFIGURE_CMD := ./runConfigureICU
HOST_CONFIGURE_VARS :=
HOST_CONFIGURE_ARGS := \
Linux/gcc \
--disable-debug \
--enable-release \
--enable-shared \
--enable-static \
--enable-draft \
--enable-renaming \
--disable-tracing \
--disable-extras \
--enable-dyload \
--prefix= $( HOST_BUILD_PREFIX)
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) \