Contents of /branches/magellan-next/extras/htmltidy/htmltidy-1.46-r3.smage2
Parent Directory | Revision Log
Revision 7236 -
(show annotations)
(download)
Mon Oct 11 21:37:43 2010 UTC (14 years ago) by niro
File size: 783 byte(s)
Mon Oct 11 21:37:43 2010 UTC (14 years ago) by niro
File size: 783 byte(s)
auto added: ver bump to 1.46-r3
1 | # $Id: htmltidy-1.46-r2.smage2 3985 2009-11-15 19:19:12Z niro $ |
2 | |
3 | PNAME="htmltidy" |
4 | PVER="1.46" |
5 | PBUILD="r3" |
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 | } |