Magellan Linux

Contents of /smage/branches/alx07x-stable/extras/icu/icu-67.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15211 - (show annotations) (download)
Fri Aug 7 07:37:01 2020 UTC (3 years, 8 months ago) by niro
File size: 754 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="icu"
4 PVER="67.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++-8.3"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 ALX_DEV_DEPEND=">= sys-libs/libstdc++-dev-8.3"
16
17 SRCFILE="${PNAME}4c-${PVER//./_}-src.tgz"
18 SRCDIR="${BUILDDIR}/${PNAME}/source"
19
20 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21 # some checks may fail, do not die here
22 msetfeature "!check"
23 sminclude multilib mbuild alx-split
24
25 SRC_URI=(
26 https://github.com/unicode-org/${PNAME}/releases/download/release-${PVER//./-}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2SEPERATOR="release-"
31 UP2DATE="updatecmd https://github.com/unicode-org/icu/tags | highesttarball gz | sed 's:-:\.:g'"