Magellan Linux

Contents of /trunk/core/libxslt/libxslt-1.1.29-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28198 - (show annotations) (download)
Thu Jun 23 13:31:20 2016 UTC (7 years, 11 months ago) by niro
File size: 602 byte(s)
auto added: ver bump to 1.1.29-r1
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.29"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="XSL Transformations, is a language for transforming XML documents into other XML documents."
10 HOMEPAGE="http://xmlsoft.org/XSLT.html"
11
12 DEPEND=">= dev-libs/libxml2-2.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18
19 SRC_URI=(
20 ftp://xmlsoft.org/libxml2/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ftp://xmlsoft.org/libxml2/ | grep ${PNAME}-[0-9] | lasttarball gz"
25
26 src_compile()
27 {
28 mconfigure --without-python --without-crypto || die
29 mmake || die
30 }