Magellan Linux

Annotation of /trunk/core/libidn/libidn-1.28-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20771 - (hide annotations) (download)
Fri Feb 7 12:20:32 2014 UTC (10 years, 4 months ago) by niro
File size: 592 byte(s)
-multilib rebuild
1 niro 20771 # $Id$
2    
3     PNAME="libidn"
4     PVER="1.28"
5     PBUILD="r2"
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    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     ftp://alpha.gnu.org/pub/gnu/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_gnu ${PNAME} gz"