updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / libc / PKGBUILD
blob0a4c4aa38145fdc2f2b65724817d155418c4ad0c
1 # Maintainer: Dmitrij Smirnov <info@igus.lv>
3 pkgname=libc
4 pkgrel=1
5 pkgver=2.7
6 pkgdesc="Documentation for libc to be used in devhelp"
7 arch=('i686' 'x86_64')
8 license=('GPL')
9 url="http://htmlhelp.googlecode.com/"
10 source=(http://htmlhelp.googlecode.com/files/${pkgname}-${pkgver}.tgz)
11 md5sums=('83a1abb94a4cef576e2407830909da67')
14 build () {
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