Magellan Linux

Contents of /smage/trunk/core/libxslt/libxslt-1.1.28-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6051 - (show annotations) (download)
Fri Mar 20 08:10:18 2015 UTC (9 years, 6 months ago) by niro
File size: 687 byte(s)
-add
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.28"
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 SDEPEND=">= dev-libs/libxml2-dev-2.8"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
19 sminclude mbuild multilib alx-split
20
21 SRC_URI=(
22 ftp://xmlsoft.org/libxml2/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ftp://xmlsoft.org/libxml2/ | grep ${PNAME}-[0-9] | lasttarball gz"
27
28 src_compile()
29 {
30 mconfigure --without-python --without-crypto || die
31 mmake || die
32 }