Magellan Linux

Contents of /trunk/todo/xmlstarlet/xmlstarlet-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2741 - (show annotations) (download)
Thu Jul 9 20:52:49 2009 UTC (14 years, 10 months ago) by niro
File size: 731 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/xmlstarlet/xmlstarlet-1.0.1-r1.smage2,v 1.3 2008/06/06 15:37:15 niro Exp $
2
3 PNAME="xmlstarlet"
4 PVER="1.0.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="XMLStarlet command line XML toolkit."
11 HOMEPAGE="http://xmlstar.sourceforge.net/"
12
13 DEPEND=">= dev-libs/libxml2-2.6.31
14 >= dev-libs/libxslt-1.1.22"
15
16 SDEPEND=">= dev-utilsg/pkgconfig-0.23"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 sourceforge://xmlstar/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 LIBXML_LIBS="$(pkg-config --libs libxml-2.0)"
33 LIBXSLT_LIBS="$(pkg-config --libs libxslt libexslt)" \
34 mconfigure || die
35
36 mmake || die
37 }

Properties

Name Value
svn:keywords Id