Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4231 - (show annotations) (download)
Fri Nov 9 14:08:01 2012 UTC (11 years, 6 months ago) by niro
File size: 649 byte(s)
auto added: ver bump to 1.1.27-r1
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.27"
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
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18 sminclude mbuild multilib alx-split
19
20 SRC_URI=(
21 ftp://xmlsoft.org/libxml2/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ftp://xmlsoft.org/libxml2/ | grep ${PNAME}-[0-9] | lasttarball gz"
26
27 src_compile()
28 {
29 mconfigure --without-python --without-crypto || die
30 mmake || die
31 }