updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / algorithmicx / PKGBUILD
blobe16d5f8835f86d8a4774510dff6be840df173c9e
1 # Contributor: Andrzej Zbrzezny <a.zbrzezny@gmail.com>\r
2 \r
3 pkgname=algorithmicx\r
4 pkgver=20050428\r
5 pkgrel=2\r
6 pkgdesc="Provides many possibilities to customize the layout of algorithms"\r
7 arch=('any')\r
8 url="http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/"\r
9 license=('custom:"LPPL"')\r
10 depends=('tetex')\r
11 install=algorithmicx.install\r
12 source=(http://tug.ctan.org/pub/tex-archive/macros/latex/contrib/algorithmicx.zip)\r
13 md5sums=('9bca5e09830f3d84e3beb037690f10e7')\r
15 build() {\r
16   cd $startdir/src/$pkgname\r
17   install -d $startdir/pkg/usr/share/texmf/tex/latex/algorithmicx\r
18   install -m644 $startdir/src/$pkgname/{README,*.sty,*.tex} $startdir/pkg/usr/share/texmf/tex/latex/algorithmicx\r
19 }\r