pkgname=octave-statistics pkgver=1.0.10 pkgrel=1 pkgdesc="The Octave-forge Statistics package provides additional statistics functions for octave." arch=('i686' 'x86_64') url="http://octave.sourceforge.net/statistics/index.html" license=('GPL') depends=('octave' 'octave-miscellaneous') makedepends=() optdepends=() backup=() options=() install=octave-statistics.install source=("http://downloads.sourceforge.net/octave/statistics-1.0.10.tar.gz") noextract=("statistics-$pkgver.tar.gz") md5sums=('588fc3e1d86e82af1eab6d8fc6e7840e') build() { cd "$srcdir" mkdir -p $pkgdir/usr/share/octave/packages mkdir -p $pkgdir/usr/lib/octave/packages cp statistics-$pkgver.tar.gz $pkgdir/usr/share/octave/statistics.tar.gz }