Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28789 - (hide annotations) (download)
Tue May 2 13:08:47 2017 UTC (7 years ago) by niro
File size: 560 byte(s)
auto added: ver bump to 59.1-r1
1 niro 28789 # $Id$
2    
3     PNAME="icu"
4     PVER="59.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     sminclude multilib
19    
20     SRC_URI=(
21     http://download.icu-project.org/files/${PNAME}4c/${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://site.icu-project.org/download | grep ']ICU.*]' | sed 's:.*ICU.*]\(.*\)\ .*].*:\1:;q'"