Magellan Linux

Contents of /smage/trunk/core/expat/expat-2.2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13801 - (show annotations) (download)
Fri Nov 1 09:29:02 2019 UTC (4 years, 5 months ago) by niro
File size: 440 byte(s)
auto added: ver bump to 2.2.9-r1
1 # $Id$
2
3 PNAME="expat"
4 PVER="2.2.9"
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 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18 sminclude multilib mbuild alx-split
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME} gz"