Advertisement
Guest User

octave-statistics PKGBUILD

a guest
Mar 12th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. pkgname=octave-statistics
  2. pkgver=1.0.10
  3. pkgrel=1
  4. pkgdesc="The Octave-forge Statistics package provides additional statistics functions for octave."
  5. arch=('i686' 'x86_64')
  6. url="http://octave.sourceforge.net/statistics/index.html"
  7. license=('GPL')
  8. depends=('octave' 'octave-miscellaneous')
  9. makedepends=()
  10. optdepends=()
  11. backup=()
  12. options=()
  13. install=octave-statistics.install
  14. source=("http://downloads.sourceforge.net/octave/statistics-1.0.10.tar.gz")
  15. noextract=("statistics-$pkgver.tar.gz")
  16. md5sums=('588fc3e1d86e82af1eab6d8fc6e7840e')
  17.  
  18. build() {
  19.   cd "$srcdir"
  20.   mkdir -p $pkgdir/usr/share/octave/packages
  21.   mkdir -p $pkgdir/usr/lib/octave/packages
  22.   cp statistics-$pkgver.tar.gz $pkgdir/usr/share/octave/statistics.tar.gz
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement