From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/icu-common/icu.bst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 elements/icu-common/icu.bst (limited to 'elements/icu-common') diff --git a/elements/icu-common/icu.bst b/elements/icu-common/icu.bst new file mode 100644 index 00000000..5cb2ac6e --- /dev/null +++ b/elements/icu-common/icu.bst @@ -0,0 +1,26 @@ +kind: manual +depends: +- coreutils-common.bst +sources: +- kind: git + url: upstream:icu + track: icu4c-52_1-src + ref: e2bd11ca1374cccfa50b7d27507ba9fe581be76a +config: + configure-commands: + - | + # As per commit 8874a7c7, We issue this sed command when + # building ICU libraries on arm architectures. + case "%{arch}" in + *arm*) + sed -e 's/LDFLAGSICUDT/#LDFLAGSICUDT/' -i source/config/mh-linux + ;; + *) + ;; + esac + cd source + ./runConfigureICU Linux --prefix=/usr --sysconfdir=/etc + build-commands: + - cd source; unset TARGET ; make + install-commands: + - cd source; unset TARGET ; make DESTDIR="%{install-root}" install -- cgit v1.2.1