Magellan Linux

Contents of /branches/R11-unstable/core/libxslt/libxslt-1.1.28-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25007 - (show annotations) (download)
Tue Nov 25 02:48:56 2014 UTC (9 years, 5 months ago) by niro
File size: 602 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.28"
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 }