Magellan Linux

Annotation of /trunk/core/libidn/libidn-1.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 405 - (hide annotations) (download)
Wed Dec 24 10:36:07 2008 UTC (15 years, 4 months ago) by niro
File size: 843 byte(s)
-spelling
1 niro 375 # $Header: /magellan-cvs/smage/libidn/libidn-1.4-r1.smage2,v 1.1 2008/02/14 11:20:02 niro Exp $
2    
3     PNAME="libidn"
4     PVER="1.11"
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 niro 376
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32 niro 405 # fix compile issues -> chost != build breaks the build
33 niro 376 mconfigure --build=${CHOST} --host=${CHOST} || die
34     mmake || die
35     }

Properties

Name Value
svn:keywords Id