Magellan Linux

Annotation of /smage/trunk/core/xmlstarlet/xmlstarlet-1.6.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10452 - (hide annotations) (download)
Tue Aug 22 11:42:01 2017 UTC (6 years, 8 months ago) by niro
File size: 739 byte(s)
auto added: ver bump to 1.6.1-r2
1 niro 10452 # $Id$
2    
3     PNAME="xmlstarlet"
4     PVER="1.6.1"
5     PBUILD="r2"
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     }