updated on Tue Jan 24 08:00:27 UTC 2012
[aur-mirror.git] / gsl-ref-html / PKGBUILD
blob5b5781a6c72a40ba0d5a88f353a318c1b2ecf2d1
1 #piggy1983
2 #2009-12-11
4 pkgname=gsl-ref-html
5 pkgver=1.14
6 pkgrel=1
7 pkgdesc=("This package provides html files with the reference manual for the GNU Scientific Library (GSL), a collection of routines for numerical analysis.")
8 arch=(any)
9 url=('http://www.gnu.org/software/gsl')
10 license=('unknown')
11 source=("http://ftp.de.debian.org/debian/pool/non-free/g/gsl-ref-html/${pkgname}_${pkgver}.orig.tar.gz")
12 md5sums=('ce453562f287a0d8d388d142ec3256dd')
14 build()
16         cd $srcdir/
17        # rm -f 
18         find -not -type d -exec chmod 644 {} \;
19         
20         INSTALLDIR=/usr/share/doc
22         mkdir -p $pkgdir$INSTALLDIR
23         mv $srcdir/$pkgname-$pkgver  $pkgdir$INSTALLDIR/