Magellan Linux

Annotation of /branches/magellan-next/core/libidn/libidn-1.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9321 - (hide annotations) (download)
Sat Nov 26 12:22:26 2011 UTC (12 years, 7 months ago) by niro
File size: 737 byte(s)
auto added: ver bump to 1.23-r1
1 niro 9321 # $Id$
2    
3     PNAME="libidn"
4     PVER="1.23"
5     PBUILD="r1"
6    
7     PCATEGORIE="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=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
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"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     # fix compile issues -> chost != build breaks the build
32     mconfigure --build=${CHOST} --host=${CHOST} || die
33     mmake || die
34     }