Magellan Linux

Annotation of /trunk/core/libidn/libidn-1.33-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30400 - (hide annotations) (download)
Thu Jan 18 12:11:22 2018 UTC (6 years, 3 months ago) by niro
File size: 709 byte(s)
auto added: ver bump to 1.33-r2
1 niro 30400 # $Id$
2    
3     PNAME="libidn"
4     PVER="1.33"
5     PBUILD="r2"
6    
7     PCAT="net-dns"
8    
9     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."
10     HOMEPAGE="http://www.gnu.org/software/libidn/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib mbuild
18     msetfeature "!check"
19    
20     SRC_URI=(
21     gnu://${PNAME}/${SRCFILE}
22     ftp://alpha.gnu.org/pub/gnu/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28     # note src_check() requires following locales: fr_FR, fr_FR.UTF-8, ja_JP, zh_CN.GB18030