Magellan Linux

Contents of /smage/trunk/deprecated/libidn/libidn-1.41-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17770 - (show annotations) (download)
Thu Dec 14 11:10:05 2023 UTC (9 months, 1 week ago) by niro
File size: 871 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="libidn"
4 PVER="1.41"
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 ALX_LIB32_DEPEND=">= virtual/glibc-lib32"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_PKG_KEEP="usr/$(MABI=m64 mlibdir)/*.so.*"
19 ALX_LIB32_PKG_KEEP="usr/$(MABI=m32 mlibdir)/*.so.*"
20 sminclude multilib mbuild lib32-split alx-split
21 msetfeature "!check"
22
23 SRC_URI=(
24 gnu://${PNAME}/${SRCFILE}
25 ftp://alpha.gnu.org/pub/gnu/${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnu ${PNAME} gz"
30
31 # note src_check() requires following locales: fr_FR, fr_FR.UTF-8, ja_JP, zh_CN.GB18030