Magellan Linux

Annotation of /trunk/core/expat/expat-2.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13480 - (hide annotations) (download)
Wed Oct 10 07:43:41 2012 UTC (11 years, 7 months ago) by niro
File size: 393 byte(s)
auto added: ver bump to 2.1.0-r1
1 niro 13480 # $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"