Magellan Linux

Annotation of /branches/magellan-next/extras/htmltidy/htmltidy-1.46-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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