Magellan Linux

Contents of /smage/trunk/core/libxslt/libxslt-1.1.33-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13021 - (show annotations) (download)
Thu Mar 14 15:16:26 2019 UTC (5 years, 1 month ago) by niro
File size: 722 byte(s)
auto added: ver bump to 1.1.33-r1
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 }