updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / xhtml-modularization-docs / PKGBUILD
blob2caf03490c225ccbcc69df86a62c7d33db6455b7
1 # Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
3 pkgname=xhtml-modularization-docs
4 pkgver=20100729
5 pkgrel=1
6 pkgdesc="XHTML Modularization Documentation"
7 arch=('i686' 'x86_64')
8 url="http://www.w3.org/TR/xhtml-modularization/"
9 license=('W3C')
10 options=('docs !strip')
11 source=("http://www.w3.org/TR/2010/REC-xhtml-modularization-${pkgver}/xhtml-modularization.tgz")
12 md5sums=('cf4cadea4da93d20f9689fc468a80e2f')
14 build(){
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