Magellan Linux

Contents of /smage/trunk/core/icu/icu-49.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4186 - (show annotations) (download)
Thu Nov 8 12:23:15 2012 UTC (11 years, 7 months ago) by niro
File size: 609 byte(s)
-only keep so-libs
1 # $Id$
2
3 PNAME="icu"
4 PVER="49.1.2"
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++-4.7"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}4c-${PVER//./_}-src.tgz"
16 SRCDIR="${BUILDDIR}/${PNAME}/source"
17
18 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
19 sminclude multilib alx-split
20
21 SRC_URI=(
22 http://download.icu-project.org/files/${PNAME}4c/${PVER}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://site.icu-project.org/download | grep ']ICU.*]' | sed 's:.*ICU.*]\(.*\)\ .*].*:\1:;q'"