### this file is sourced not run
PKGVER=7.3blfs
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 2013-08-1
TARBALL=tidy-cvs_20101110.tar.bz2
MD5SUM=dd1fe109b4259ad3f364b175787ad5e9 
SRC_URL=http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='html-tidy: html-tidy 7.3blfs (X/HTML XML markup cleaner)  
html-tidy:  
html-tidy: The HTML Tidy package contains a command line tool and libraries 
html-tidy: used to read HTML, XHTML and XML files and write cleaned up markup. 
html-tidy: It detects and corrects many common coding errors and strives to 
html-tidy: produce visually equivalent markup that is both W3C compliant and 
html-tidy: compatible with most browsers.  
html-tidy: 
html-tidy: 
html-tidy: 
html-tidy: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	install -v -m644 -D htmldoc/tidy.1 \
						/usr/share/man/man1/tidy.1 &&
	install -v -m755 -d /usr/share/doc/tidy-7.3blfs &&
	install -v -m644    htmldoc/*.{html,gif,css} \
						/usr/share/doc/tidy-7.3blfs &&
	doxygen htmldoc/doxygen.cfg && 
	cp -a htmldoc/api /usr/share/doc/tidy-7.3blfs &&
	pkg_build_slackdesc
}


