Magellan Linux

Annotation of /trunk/extras/htmltidy/htmltidy-1.46-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2021 - (hide annotations) (download)
Thu Jun 11 20:16:00 2009 UTC (14 years, 11 months ago) by niro
File size: 726 byte(s)
-ver bump to 1.46
1 niro 2021 # $Id$
2    
3     PNAME="htmltidy"
4     PVER="1.46"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-text"
8     STATE="unstable"
9    
10     DESCRIPTION="Tidy the layout and correct errors in HTML and XML documents."
11     HOMEPAGE="http://tidy.sourceforge.net/"
12    
13     DEPEND=""
14    
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild cvs
18    
19     # needed vars
20     MY_CVS_MODULE="tidy"
21     MY_CVS_OPTS="-D 2009-03-26"
22     CVSROOT=":pserver:anonymous:@tidy.cvs.sourceforge.net:/cvsroot/tidy"
23    
24     # fake
25     UP2DATE="echo ${PVER}"
26    
27     src_prepare()
28     {
29     cvs_src_prepare
30     cd ${SRCDIR}
31    
32     # build autotools files
33     export WANT_AUTOMAKE=1.5 WANT_AUTOCONF=2.5
34     sh ./build/gnuauto/setup.sh || die
35     }
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40    
41     export WANT_AUTOMAKE=1.5 WANT_AUTOCONF=2.5
42     mconfigure --disable-debug || die
43     mmake || die
44     }

Properties

Name Value
svn:keywords Id