2010-12-05 20:09:06 +08:00
|
|
|
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
|
|
|
|
|
|
|
pkgname=latex-epic
|
|
|
|
pkgver=20100113
|
2014-05-08 17:38:47 +08:00
|
|
|
pkgrel=3
|
2010-12-05 20:09:06 +08:00
|
|
|
pkgdesc="documentstyle option for 'Enhancements to Picture Environment'. (Needed to make pdf with dblatex)"
|
2014-05-08 17:38:47 +08:00
|
|
|
arch=('x86_64')
|
2010-12-05 20:09:06 +08:00
|
|
|
url="http://tug.ctan.org/tex-archive/macros/latex/contrib/epic/"
|
|
|
|
license=('unknown')
|
|
|
|
depends=('texlive-core')
|
|
|
|
source=(http://mirror.ctan.org/macros/latex/contrib/epic/epic.sty
|
|
|
|
http://mirror.ctan.org/macros/latex/contrib/epic/misc.sty)
|
|
|
|
md5sums=('0f16087ea2bd68e01386bbe15b3b5b25'
|
|
|
|
'e7f9a3621858f0b0703e2b64aaa40cd0')
|
|
|
|
|
2014-05-08 17:38:47 +08:00
|
|
|
package() {
|
2010-12-05 20:09:06 +08:00
|
|
|
mkdir -p $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
|
|
|
install -D $srcdir/epic.sty $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
|
|
|
install -D $srcdir/misc.sty $pkgdir/usr/share/texmf-dist/tex/latex/epic/
|
|
|
|
}
|