updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / quanta-doc-html / PKGBUILD
blob9613992f0219abf7e192f670115dbe1928081848
1 # Contributor: Daniel Kozák <kozzi11@gmail.com>
2 pkgname=quanta-doc-html
3 pkgver=20041123
4 pkgrel=1
5 pkgdesc="Html documentation for quanta."
6 arch=('i686' 'x86_64')
7 url="http://quanta.kdewebdev.org/releases.php#documentation"
8 depends=('quanta')
9 license=('gpl')
10 groups=('quanta-doc')
11 source=( http://downloads.sourceforge.net/sourceforge/quanta/html.tar.bz2 install.sh )
12 md5sums=('2be9c55d9795faa46cb094a1919e9c89' '438ec1682d615fc3876c0198ede7b62d')
14 build() {
15   cd $startdir/src/html
16   cp -f $startdir/install.sh install.sh
17   ./install.sh $startdir/pkg
18