Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/libxslt/libxslt-1.1.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2138 - (show annotations) (download)
Mon May 16 16:42:34 2011 UTC (13 years ago) by niro
File size: 726 byte(s)
-alxify
1 # $Id$
2
3 PNAME="libxslt"
4 PVER="1.1.26"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="XSL Transformations, is a language for transforming XML documents into other XML documents."
11 HOMEPAGE="http://xmlsoft.org/XSLT.html"
12
13 DEPEND=">= dev-libs/libxml2-2.7"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 REMOVE_DEPRECATED_MAGE_TARGETS=1
19 ALX_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
20 sminclude mbuild multilib 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 }