Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libxslt/libxslt-1.1.32-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12223 - (hide annotations) (download)
Fri Aug 31 11:04:40 2018 UTC (5 years, 8 months ago) by niro
Original Path: smage/branches/alx07x-unstable/core/libxslt/libxslt-1.1.32-r2.smage2
File size: 722 byte(s)
-release branches/alx07x-unstable
1 niro 11782 # $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.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 multilib mbuild 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     }