updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / quanta-doc-css / PKGBUILD
blob96e4c01c34a8d75fe2a01a18cd3f63bb4247812c
1 # Contributor: Daniel Kozák <kozzi11@gmail.com>
2 pkgname=quanta-doc-css
3 pkgver=20041123
4 pkgrel=1
5 pkgdesc="Css 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/css.tar.bz2 install.sh )
12 md5sums=('365401c41fbefe56c05a5bd16e0d7354' 'b90019242ea36fa0657003125c548f4b')
14 build() {
15   cd $startdir/src/css
16   cp -f $startdir/install.sh install.sh
17   ./install.sh $startdir/pkg
18