Magellan Linux

Annotation of /trunk/core/libxslt/libxslt-1.1.32-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30405 - (hide annotations) (download)
Thu Jan 18 12:17:07 2018 UTC (6 years, 3 months ago) by niro
File size: 605 byte(s)
auto added: ver bump to 1.1.32-r2
1 niro 30405 # $Id$
2    
3     PNAME="libxslt"
4     PVER="1.1.32"
5     PBUILD="r2"
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     }