Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5995 - (hide annotations) (download)
Tue Aug 17 21:59:43 2010 UTC (13 years, 9 months ago) by niro
File size: 754 byte(s)
imported from trunk
1 niro 3217 # $Id$
2    
3     PNAME="libidn"
4     PVER="1.15"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-dns"
8     STATE="unstable"
9    
10     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."
11     HOMEPAGE="http://www.gnu.org/software/libidn/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
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     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # fix compile issues -> chost != build breaks the build
33     mconfigure --build=${CHOST} --host=${CHOST} || die
34     mmake || die
35     }

Properties

Name Value
svn:keywords Id