Magellan Linux

Contents of /branches/R11-unstable/core/libidn/libidn-1.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24996 - (show annotations) (download)
Tue Nov 25 02:47:46 2014 UTC (9 years, 5 months ago) by niro
File size: 702 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libidn"
4 PVER="1.30"
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
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