Magellan Linux

Annotation of /branches/R11-unstable/core/libidn/libidn-1.35-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32163 - (hide annotations) (download)
Mon Apr 29 11:47:19 2019 UTC (5 years ago) by niro
File size: 709 byte(s)
-release branches/R11-unstable
1 niro 30932 # $Id$
2    
3     PNAME="libidn"
4     PVER="1.35"
5     PBUILD="r1"
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