mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
parent
be8addc608
commit
cbdeb41094
@ -1,4 +1,8 @@
|
||||
ICU_PORT_DIR := $(call select_from_ports,icu)
|
||||
ifeq ($(CONTRIB_DIR),)
|
||||
ICU_INC_DIR := $(call select_from_repositories,include/icu)
|
||||
else
|
||||
ICU_INC_DIR := $(call select_from_ports,icu)/include/icu
|
||||
endif
|
||||
|
||||
INC_DIR += $(ICU_PORT_DIR)/include/icu/common
|
||||
INC_DIR += $(ICU_PORT_DIR)/include/icu/i18n
|
||||
INC_DIR += $(ICU_INC_DIR)/common
|
||||
INC_DIR += $(ICU_INC_DIR)/i18n
|
||||
|
@ -1,4 +1,4 @@
|
||||
include $(REP_DIR)/lib/import/import-icu.mk
|
||||
include $(call select_from_repositories,lib/import/import-icu.mk)
|
||||
|
||||
ICU_DIR = $(call select_from_ports,icu)/src/lib/icu
|
||||
|
||||
|
1563
repos/libports/lib/symbols/icu
Normal file
1563
repos/libports/lib/symbols/icu
Normal file
File diff suppressed because it is too large
Load Diff
17
repos/libports/recipes/api/icu/content.mk
Normal file
17
repos/libports/recipes/api/icu/content.mk
Normal file
@ -0,0 +1,17 @@
|
||||
MIRROR_FROM_REP_DIR := lib/import/import-icu.mk \
|
||||
lib/symbols/icu
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR)
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
content: include LICENCE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/icu)
|
||||
|
||||
include:
|
||||
cp -r $(PORT_DIR)/include $@
|
||||
|
||||
LICENCE:
|
||||
cp $(PORT_DIR)/src/lib/icu/license.html $@
|
1
repos/libports/recipes/api/icu/hash
Normal file
1
repos/libports/recipes/api/icu/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-04-19 762e200d4a537a2624ac60bd574e1195217a6451
|
1
repos/libports/recipes/src/icu/api
Normal file
1
repos/libports/recipes/src/icu/api
Normal file
@ -0,0 +1 @@
|
||||
icu
|
14
repos/libports/recipes/src/icu/content.mk
Normal file
14
repos/libports/recipes/src/icu/content.mk
Normal file
@ -0,0 +1,14 @@
|
||||
content: src/lib/icu lib/mk/icu.mk LICENCE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/icu)
|
||||
|
||||
src/lib/icu:
|
||||
mkdir -p $@
|
||||
cp -a $(PORT_DIR)/src/lib/icu/* $@/
|
||||
echo "LIBS = icu" > $@/target.mk
|
||||
|
||||
lib/mk/icu.mk:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENCE:
|
||||
cp $(PORT_DIR)/src/lib/icu/license.html $@
|
1
repos/libports/recipes/src/icu/hash
Normal file
1
repos/libports/recipes/src/icu/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-04-20 108db6efa59f02218a2465232a11826a978efd63
|
5
repos/libports/recipes/src/icu/used_apis
Normal file
5
repos/libports/recipes/src/icu/used_apis
Normal file
@ -0,0 +1,5 @@
|
||||
base
|
||||
libc
|
||||
os
|
||||
stdcxx
|
||||
timer_session
|
Loading…
x
Reference in New Issue
Block a user