Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24955 - (show annotations) (download)
Tue Nov 25 02:43:09 2014 UTC (9 years, 5 months ago) by niro
File size: 393 byte(s)
-release branches/R11-unstable
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"