Magellan Linux

Contents of /smage/branches/alx07x-stable/core/expat/expat-2.1.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11398 - (show annotations) (download)
Tue Dec 19 12:31:22 2017 UTC (6 years, 4 months ago) by niro
File size: 440 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="expat"
4 PVER="2.1.0"
5 PBUILD="r4"
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 mbuild multilib alx-split
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME} gz"