Magellan Linux

Annotation of /branches/R11-unstable/extras/xmlstarlet/xmlstarlet-1.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25933 - (hide annotations) (download)
Tue Nov 25 04:30:52 2014 UTC (9 years, 5 months ago) by niro
File size: 640 byte(s)
-release branches/R11-unstable
1 niro 22041 # $Id$
2    
3     PNAME="xmlstarlet"
4     PVER="1.6.1"
5     PBUILD="r1"
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    
17     SRCFILE="${PNAME}-${PVER}.tar.gz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild
21     msetfeature "!check" # 1 test failed - fixme
22    
23     SRC_URI=(
24     sourceforge://xmlstar/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd_sourceforge xmlstar ${PNAME} gz"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure || die
35     mmake CFLAGS="$(pkg-config --cflags libxml-2.0)" || die
36     }