Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libidn/libidn-1.33-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13984 - (hide annotations) (download)
Thu Jul 2 10:44:29 2020 UTC (3 years, 10 months ago) by niro
Original Path: smage/trunk/core/libidn/libidn-1.33-r5.smage2
File size: 756 byte(s)
auto added: ver bump to 1.33-r5
1 niro 13984 # $Id$
2    
3     PNAME="libidn"
4     PVER="1.33"
5     PBUILD="r5"
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     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18     sminclude multilib mbuild alx-split
19     msetfeature "!check"
20    
21     SRC_URI=(
22     gnu://${PNAME}/${SRCFILE}
23     ftp://alpha.gnu.org/pub/gnu/${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnu ${PNAME} gz"
28    
29     # note src_check() requires following locales: fr_FR, fr_FR.UTF-8, ja_JP, zh_CN.GB18030