Magellan Linux

Contents of /branches/R11-unstable/extras/icu/icu-63.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32726 - (show annotations) (download)
Mon Apr 29 13:31:48 2019 UTC (5 years ago) by niro
File size: 628 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="icu"
4 PVER="63.1"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="International Components for Unicode library."
10 HOMEPAGE="http://site.icu-project.org/"
11
12 DEPEND=">= sys-libs/libstdc++-5.3"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}4c-${PVER//./_}-src.tgz"
16 SRCDIR="${BUILDDIR}/${PNAME}/source"
17
18 # some checks may fail, do not die here
19 msetfeature "!check"
20 sminclude multilib mbuild
21
22 SRC_URI=(
23 http://download.icu-project.org/files/${PNAME}4c/${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://site.icu-project.org/download | grep ']ICU.*]' | sed 's:.*ICU.*]\(.*\)\ .*].*:\1:;q'"