updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / wdg-sgml-lib / PKGBUILD
blobfcc5480a756ea6a9ce61e00ee386862b6e5d481d
1 # Contributor: Garrett <http://floft.net/contact>
2 pkgname=wdg-sgml-lib
3 pkgver=1.1.5
4 pkgrel=1
5 pkgdesc="HTMLHelp.com offline HTML DTDs (for wdg-html-validator)"
6 arch=('any')
7 url='http://htmlhelp.com/tools/validator/offline/'
8 license=('GPL' 'PerlArtistic')
9 depends=()
10 source=(http://htmlhelp.com/tools/validator/src/wdg-sgml-lib-$pkgver.tar.gz)
11 md5sums=(47fc77f6477c3ce92403365d3e605f5e)
13 build() {
14         mkdir -p "$pkgdir/usr/share/wdg/"
15         cp -r "$srcdir/wdg/sgml-lib/" "$pkgdir/usr/share/wdg/"