Magellan Linux

Annotation of /branches/R11-unstable/extras/htmltidy/htmltidy-1.46-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25306 - (hide annotations) (download)
Tue Nov 25 03:25:12 2014 UTC (9 years, 5 months ago) by niro
File size: 675 byte(s)
-release branches/R11-unstable
1 niro 14530 # $Id$
2    
3     PNAME="htmltidy"
4     PVER="1.46"
5     PBUILD="r7"
6    
7     PCAT="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=">= virtual/glibc"
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.10 WANT_AUTOCONF=2.6
33     sh ./build/gnuauto/setup.sh || die
34     }
35    
36     src_compile()
37     {
38     cd ${SRCDIR}
39    
40     mconfigure --disable-debug || die
41     mmake || die
42     }