Magellan Linux

Contents of /smage/trunk/core/libidn/libidn-1.33-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11703 - (show annotations) (download)
Thu Jan 11 13:40:38 2018 UTC (6 years, 3 months ago) by niro
File size: 756 byte(s)
auto added: ver bump to 1.33-r3
1 # $Id$
2
3 PNAME="libidn"
4 PVER="1.33"
5 PBUILD="r3"
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