Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31970 - (show annotations) (download)
Mon Jan 28 14:05:02 2019 UTC (5 years, 3 months ago) by niro
File size: 605 byte(s)
auto added: ver bump to 1.1.33-r1
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.33"
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 multilib mbuild
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] | highesttarball gz"
25
26 src_compile()
27 {
28 mconfigure --without-python --without-crypto || die
29 mmake || die
30 }