# Compiling time: 0.24 SBU # Contributor: Laszlo Dvornik # Maintainer: voroskoi pkgname=tidy pkgver=1306.g4387491 pkgrel=2 pkgdesc="Tidy the layout and correct errors in HTML, XHTML and XML documents" Finclude sourceforge url="http://tidy.sourceforge.net/" depends=('glibc') groups=('apps-extra') archs=('i686' 'x86_64' 'arm') up2date="Flasttar http://ftp.frugalware.org/pub/other/sources/tidy/" source=(http://ftp.frugalware.org/pub/other/sources/tidy/tidy-$pkgver.tar.bz2) signatures=($source.asc) build() { Fcd sh build/gnuauto/setup.sh Fmake --enable-asian --enable-utf16 --enable-access || return 1 Fmakeinstall || return 1 } # optimization OK