1 # Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
3 pkgname=xhtml-modularization-docs
6 pkgdesc="XHTML Modularization Documentation"
8 url="http://www.w3.org/TR/xhtml-modularization/"
10 options=('docs !strip')
11 source=("http://www.w3.org/TR/2010/REC-xhtml-modularization-${pkgver}/xhtml-modularization.tgz")
12 md5sums=('cf4cadea4da93d20f9689fc468a80e2f')
15 cd "$srcdir/xhtml-modularization-${pkgver}"
16 mkdir -p "$pkgdir/usr/share/doc/xhtml-modularization"
17 cp -rf * "$pkgdir/usr/share/doc/xhtml-modularization" || return 1