Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8603 - (show annotations) (download)
Mon Jul 25 09:52:51 2011 UTC (12 years, 9 months ago) by niro
File size: 665 byte(s)
-bump autoconf versions
1 # $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.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 }