Don't like ads? PRO users don't see any ads ;-)
Guest

new algorithmicx PKGBUILD

By: a guest on Nov 26th, 2010  |  syntax: None  |  size: 0.68 KB  |  hits: 175  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. # Contributor: Andrzej Zbrzezny <zbrzezny@pnet.pl>
  3.  
  4. pkgname=algorithmicx
  5. pkgver=20050428
  6. pkgrel=2
  7. pkgdesc="Provides many possibilities to customize the layout of algorithms"
  8. arch=('any')
  9. url="http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/"
  10. license=('custom:"LPPL"')
  11. depends=('tetex')
  12. install=algorithmicx.install
  13. source=(http://tug.ctan.org/pub/tex-archive/macros/latex/contrib/algorithmicx.zip)
  14. md5sums=('9bca5e09830f3d84e3beb037690f10e7')
  15.  
  16. build() {
  17.   cd $startdir/src/$pkgname
  18.   install -d $startdir/pkg/usr/share/texmf/tex/latex/algorithmicx
  19.   install -m644 $startdir/src/$pkgname/{README,*.sty,*.tex} $startdir/pkg/usr/share/texmf/tex/latex/algorithmicx
  20. }