Magellan Linux

Contents of /branches/R11-stable/core/expat/expat-2.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14734 - (show annotations) (download)
Wed Jan 2 09:20:04 2013 UTC (11 years, 4 months ago) by niro
File size: 393 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="expat"
4 PVER="2.1.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="XML parsing libraries."
10 HOMEPAGE="http://expat.sourceforge.net/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME} gz"