Magellan Linux

Contents of /trunk/core/libidn/libidn-1.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3217 - (show annotations) (download)
Fri Oct 16 16:30:31 2009 UTC (14 years, 6 months ago) by niro
File size: 754 byte(s)
auto added: ver bump to 1.15-r1
1 # $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