Magellan Linux

Annotation of /branches/branch-xorg18/core/libxslt/libxslt-1.1.26-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 625 byte(s)
created branch 'branch-xorg18'
1 niro 4752 # $Id$
2    
3     PNAME="libxslt"
4     PVER="1.1.26"
5     PBUILD="r2"
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 multilib
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 niro 4753 mconfigure --without-python --without-crypto || die
30 niro 4752 mmake || die
31     }

Properties

Name Value
svn:keywords Id