Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libxslt/libxslt-1.1.33-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13542 - (show annotations) (download)
Fri Jul 12 11:59:21 2019 UTC (4 years, 9 months ago) by niro
File size: 722 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.33"
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.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 }