Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7235 - (show annotations) (download)
Mon Oct 11 21:34:45 2010 UTC (13 years, 7 months ago) by niro
File size: 726 byte(s)
imported from trunk
1 # $Id$
2
3 PNAME="htmltidy"
4 PVER="1.46"
5 PBUILD="r2"
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