Magellan Linux

Contents of /smage/trunk/core/libidn/libidn-1.35-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12071 - (show annotations) (download)
Wed Aug 22 10:01:20 2018 UTC (5 years, 10 months ago) by niro
File size: 864 byte(s)
-disabled to honor ica-client which requires libidn.so.11
1 # $Id$
2
3 PNAME="libidn"
4 PVER="1.35"
5 PBUILD="r1"
6
7 STATE="disabled" # working but ica-client requireres libidn.so.11 which is at least provided by libidn-1.33
8 PCAT="net-dns"
9
10 DESCRIPTION="GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names working group, used for internationalized domain names."
11 HOMEPAGE="http://www.gnu.org/software/libidn/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
19 sminclude multilib mbuild alx-split
20 msetfeature "!check"
21
22 SRC_URI=(
23 gnu://${PNAME}/${SRCFILE}
24 ftp://alpha.gnu.org/pub/gnu/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnu ${PNAME} gz"
29
30 # note src_check() requires following locales: fr_FR, fr_FR.UTF-8, ja_JP, zh_CN.GB18030