mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
17 lines
462 B
Plaintext
17 lines
462 B
Plaintext
DESCRIPTION="htmltidy - Tidy the layout and correct errors in HTML and XML documents."
|
|
HOMEPAGE="http://tidy.sourceforge.net/"
|
|
SRC_URI="cvs://:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy/tidy#12/28/2009"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
LICENSE="MIT"
|
|
COPYRIGHT="1998-2008 World Wide Web Consortium"
|
|
BUILD {
|
|
cd htmltidy-20092812/build/gmake
|
|
make
|
|
}
|
|
INSTALL {
|
|
cd htmltidy-20092812/build/gmake
|
|
make installexes installhdrs installib
|
|
}
|