Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/expat/expat-2.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1798 - (show annotations) (download)
Wed Apr 13 12:38:02 2011 UTC (13 years, 2 months ago) by niro
File size: 514 byte(s)
auto added: ver bump to 2.0.1-r1
1 # $Id$
2
3 PNAME="expat"
4 PVER="2.0.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="XML parsing libraries."
11 HOMEPAGE="http://expat.sourceforge.net/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 REMOVE_DEPRECATED_MAGE_TARGETS=1
19 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
20 sminclude mbuild multilib alx-split
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_sourceforge ${PNAME}"