Magellan Linux

Annotation of /trunk/extras/icu/icu-65.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33056 - (hide annotations) (download)
Thu Oct 17 13:05:10 2019 UTC (4 years, 6 months ago) by niro
File size: 659 byte(s)
-fixed SRC_URI and UP2DATE
1 niro 33055 # $Id$
2    
3     PNAME="icu"
4     PVER="65.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++-9.2"
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 niro 33056 https://github.com/unicode-org/${PNAME}/releases/download/release-${PVER//./-}/${SRCFILE}
24 niro 33055 mirror://${PNAME}/${SRCFILE}
25     )
26    
27 niro 33056 UP2SEPERATOR="release-"
28     UP2DATE="updatecmd https://github.com/unicode-org/icu/tags | highesttarball gz | sed 's:-:\.:g'"