1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Bernardo Barros <bernardobarros@gmail.com>
3 # Contributor: Lars Boettcher lars@newyew.de>
9 pkgdesc="The Canonical Csound Reference Manual"
10 url="http://csound.sourceforge.net/"
12 license=('LGPL' 'GPL')
14 source=("http://downloads.sourceforge.net/$_name/Csound${pkgver}_manual_html.zip")
15 md5sums=('fd4e547218490e7584bc792f93feceb8')
23 install -d "$pkgdir/usr/share/doc/$_name"
24 cp -a "$srcdir"/*html/* "$pkgdir/usr/share/doc/$_name"
27 find "$pkgdir" -type f -exec chmod 644 {} \;