updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / qtiplot-doc / PKGBUILD
blobf4386cc53a4f012896a249047e609e9b01218ee8
1 #piggy1983@163.com
3 pkgname=qtiplot-doc
4 pkgver=0.9.8.4
5 pkgrel=1
6 pkgdesc="QtiPlot documentations (html)"
7 url="http://soft.proindependent.com/qtiplot.html"
8 license=('GDL')
9 arch=('any')
10 source=('http://download.berlios.de/qtiplot/qtiplot-manual-en.tar.bz2')
11 md5sums=('8686676db9bfff9b8f1cace8a71918c1')
13 build()
15    /bin/true
19 package()
21    INSTALLDIR=${pkgdir}/usr/share/doc/qtiplot/manual
23    install -d -m755 $INSTALLDIR/common/
24    install -d -m755 $INSTALLDIR/equations/
25    install -d -m755 $INSTALLDIR/icons/
26    install -d -m755 $INSTALLDIR/pics/
27    install -d -m755 $INSTALLDIR/tutorial/
28    
29    install -m644 $srcdir/qtiplot-manual-en/*.html $INSTALLDIR/
30    install -m644 $srcdir/qtiplot-manual-en/qtiplot* $INSTALLDIR/
31    install -m644 $srcdir/qtiplot-manual-en/common/* $INSTALLDIR/common/
32    install -m644 $srcdir/qtiplot-manual-en/equations/* $INSTALLDIR/equations/
33    install -m644 $srcdir/qtiplot-manual-en/icons/* $INSTALLDIR/icons/
34    install -m644 $srcdir/qtiplot-manual-en/pics/* $INSTALLDIR/pics/
35    install -m644 $srcdir/qtiplot-manual-en/tutorial/* $INSTALLDIR/tutorial/