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 1803 - (show annotations) (download)
Fri Apr 15 13:45:48 2011 UTC (13 years, 2 months ago) by niro
File size: 662 byte(s)
auto added: ver bump to 1.1.26-r1
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 sminclude mbuild multilib alx
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 }