Magellan Linux

Annotation of /smage/trunk/extras/icu/icu-59.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10390 - (hide annotations) (download)
Mon Aug 21 10:34:55 2017 UTC (6 years, 8 months ago) by niro
File size: 655 byte(s)
auto added: ver bump to 59.1-r2
1 niro 10390 # $Id$
2    
3     PNAME="icu"
4     PVER="59.1"
5     PBUILD="r2"
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     ALX_DEV_DEPEND=">= sys-libs/libstdc++-dev-5.3"
16    
17     SRCFILE="${PNAME}4c-${PVER//./_}-src.tgz"
18     SRCDIR="${BUILDDIR}/${PNAME}/source"
19    
20     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21     sminclude multilib alx-split
22    
23     SRC_URI=(
24     http://download.icu-project.org/files/${PNAME}4c/${PVER}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd http://site.icu-project.org/download | grep ']ICU.*]' | sed 's:.*ICU.*]\(.*\)\ .*].*:\1:;q'"