Advertisement
Guest User

Untitled

a guest
Jun 30th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. *** PKGBUILD.bak 2012-12-11 22:15:44.000000000 +0400
  2. --- PKGBUILD 2013-06-30 11:04:57.586915416 +0400
  3. ***************
  4. *** 1,17 ****
  5. # Contributor: karnath <karnathtorjian@gmail.com>
  6. # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
  7. pkgname=open-axiom
  8. ! pkgver=1.4.1
  9. ! pkgrel=4
  10. pkgdesc="open source platform for symbolic, algebraic, and numerical computations"
  11. arch=('i686' 'x86_64')
  12. license=('custom')
  13. ! depends=('sbcl' 'qt' 'libxpm')
  14. options=('!strip' '!emptydirs')
  15. url="http://www.open-axiom.org/1.4"
  16. ! source=("http://downloads.sourceforge.net/project/open-axiom/1.4.1/open-axiom-1.4.1.tar.bz2?r=&use_mirror=citylan" "LICENSE")
  17. ! md5sums=('ac6ea483a49aff55bb7ae9b650af0017'
  18. ! 'eec8e6188dcdf22d27683c197cea75e8')
  19.  
  20. build() {
  21. cd "$srcdir/$pkgname-$pkgver"
  22. --- 1,16 ----
  23. # Contributor: karnath <karnathtorjian@gmail.com>
  24. # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
  25. pkgname=open-axiom
  26. ! pkgver=1.4.2
  27. ! pkgrel=1
  28. pkgdesc="open source platform for symbolic, algebraic, and numerical computations"
  29. arch=('i686' 'x86_64')
  30. license=('custom')
  31. ! depends=('sbcl' 'qt4' 'libxpm')
  32. options=('!strip' '!emptydirs')
  33. url="http://www.open-axiom.org/1.4"
  34. ! source=("http://downloads.sourceforge.net/project/open-axiom/1.4.2/open-axiom-1.4.2.tar.bz2" "LICENSE")
  35. ! md5sums=('521850b13eaefdf4662823da16c97897' 'eec8e6188dcdf22d27683c197cea75e8')
  36.  
  37. build() {
  38. cd "$srcdir/$pkgname-$pkgver"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement