updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / scipydoc-zh / PKGBUILD
blob61d642ee186bb81b9931fcb3ce264c64949153f0
1  #piggy1983
2 #2009-12-8
4 pkgname=scipydoc-zh
5 pkgver=1
6 pkgrel=1
7 pkgdesc=("The Documentation for Scientific Computing using Python")
8 arch=(any)
9 url=('http://hyry.dip.jp')
10 license=('unknown')
11 source=("http://hyry.dip.jp/files/scipydoc.zip")
12 md5sums=('80bf3acda5d19f66fbe82760bb35340f')
14 build()
16         cd $srcdir/
17         rm -f scipydoc.zip
18         find -not -type d -exec chmod 644 {} \;
19         
20         INSTALLDIR=/usr/share/doc
22         mkdir -p $pkgdir$INSTALLDIR
23         mv $srcdir/scipydoc  $pkgdir$INSTALLDIR/scipydoc-zh