Magellan Linux

Contents of /smage/trunk/core/xmlstarlet/xmlstarlet-1.6.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14154 - (show annotations) (download)
Fri Jul 3 12:39:08 2020 UTC (3 years, 9 months ago) by niro
File size: 739 byte(s)
auto added: ver bump to 1.6.1-r3
1 # $Id$
2
3 PNAME="xmlstarlet"
4 PVER="1.6.1"
5 PBUILD="r3"
6
7 PCAT="app-text"
8
9 DESCRIPTION="XMLStarlet command line XML toolkit."
10 HOMEPAGE="http://xmlstar.sourceforge.net/"
11
12 DEPEND=">= dev-libs/libxml2-2.7
13 >= dev-libs/libxslt-1.1.26"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= dev-libs/libxml2-dev-2.7
17 >= dev-libs/libxslt-dev-1.1.26"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 ALX_PKG_KEEP="usr/bin/xml"
23 sminclude mbuild alx-split
24 msetfeature "!check" # 1 test failed - fixme
25
26 SRC_URI=(
27 sourceforge://xmlstar/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd_sourceforge xmlstar ${PNAME} gz"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure || die
38 mmake CFLAGS="$(pkg-config --cflags libxml-2.0)" || die
39 }