Magellan Linux

Annotation of /smage/trunk/core/libxslt/libxslt-1.1.29-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10239 - (hide annotations) (download)
Thu Aug 17 08:34:27 2017 UTC (6 years, 8 months ago) by niro
File size: 722 byte(s)
auto added: ver bump to 1.1.29-r2
1 niro 10239 # $Id$
2    
3     PNAME="libxslt"
4     PVER="1.1.29"
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.8"
13     ALX_DEV_DEPEND=">= dev-libs/libxml2-dev-2.8"
14     SDEPEND="${ALX_DEV_DEPEND}"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
20     sminclude mbuild multilib alx-split
21    
22     SRC_URI=(
23     ftp://xmlsoft.org/libxml2/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd ftp://xmlsoft.org/libxml2/ | grep ${PNAME}-[0-9] | lasttarball gz"
28    
29     src_compile()
30     {
31     mconfigure --without-python --without-crypto || die
32     mmake || die
33     }