Magellan Linux

Annotation of /smage/trunk/core/expat/expat-2.0.1-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1778 - (hide annotations) (download)
Thu Sep 22 14:05:31 2011 UTC (12 years, 8 months ago) by niro
File size: 468 byte(s)
auto added: ver bump to 2.0.1-r6
1 niro 1778 # $Id$
2    
3     PNAME="expat"
4     PVER="2.0.1"
5     PBUILD="r6"
6    
7     PCATEGORIE="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     MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
18     sminclude mbuild multilib mcore-split
19    
20     SRC_URI=(
21     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_sourceforge ${PNAME}"