Magellan Linux

Contents of /trunk/core/libxslt/libxslt-1.1.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 534 - (show annotations) (download)
Thu Dec 25 16:26:02 2008 UTC (15 years, 5 months ago) by niro
File size: 708 byte(s)
-ver bump to 1.1.24-r1
1 # $Header: /magellan-cvs/smage/libxslt/libxslt-1.1.22-r1.smage2,v 1.1 2008/02/12 13:52:52 niro Exp $
2
3 PNAME="libxslt"
4 PVER="1.1.24"
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 sminclude mbuild
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 cd ${SRCDIR}
30
31 mconfigure --without-python || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id