1 # Maintainer: Dmitrij Smirnov <info@igus.lv>
6 pkgdesc="Documentation for libc to be used in devhelp"
9 url="http://htmlhelp.googlecode.com/"
10 source=(http://htmlhelp.googlecode.com/files/${pkgname}-${pkgver}.tgz)
11 md5sums=('83a1abb94a4cef576e2407830909da67')
15 # Create destination dir
16 install -d ${HOME}/.local/share/devhelp/books/${pkgname}-${pkgver}
17 tar -zxvf $startdir/${pkgname}-${pkgver}.tgz
18 # Install documentation to destination
19 install -D -m 644 $startdir/src/book/* ${HOME}/.local/share/devhelp/books/${pkgname}-${pkgver}/
20 install -D -m 644 $startdir/src/book.devhelp ${HOME}/.local/share/devhelp/books/${pkgname}-${pkgver}/${pkgname}-${pkgver}.devhelp