1 # Contributor: Garrett <http://floft.net/contact>
2 pkgname=wdg-html-validator
5 pkgdesc="HTMLHelp.com offline HTML validator"
7 url='http://htmlhelp.com/tools/validator/offline/'
8 license=('GPL' 'PerlArtistic')
9 depends=('wdg-lq-nsgmls' 'wdg-sgml-lib')
10 source=(http://htmlhelp.com/tools/validator/offline/validate)
11 md5sums=(d6e5f401ee5fc6f69fc442d8d011eaf5)
15 sed -i "s#/usr/local/bin/lq-nsgmls#/usr/bin/lq-nsgmls#g" validate
16 sed -i "s#/usr/local/share/wdg/sgml-lib#/usr/share/wdg/sgml-lib#g" validate
17 install -Dm755 "$srcdir/validate" "$pkgdir/usr/bin/validate"