updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / css21-doc / PKGBUILD
blob9da70d20be3ce7583ca1181ef11c2b444eeecb55
1 # Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
3 pkgname=css21-doc
4 pkgver=20110607
5 pkgrel=1
6 pkgdesc="Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification"
7 arch=('any')
8 url="http://www.w3.org/Style/CSS/"
9 license=(custom:"W3C document license")
10 options=('docs')
11 source=("http://www.w3.org/TR/2011/REC-CSS2-${pkgver}/css2.tgz")
12 md5sums=('04ace6edc522fa88231192335559a33b')
14 build(){
15   cd "$srcdir"
16   rm "css2.tgz"
17   
18   # 20110607 CSS2 recommendation images/clip.png wasn't world-readable
19   chmod -R a+r .
22 package(){
23   cd "$srcdir"
24   mkdir -p "$pkgdir/usr/share/doc/css21"
25   cp -rf * "$pkgdir/usr/share/doc/css21"