1 # Maintainer: linuxSEAT <--put_my_name_here--@gmail.com>
2 # Contributor: Robson R S Peixoto <robsonpeixoto@gmail.com>
3 # Contributor: Piotr Beling <qwak@w8.pl>
8 pkgdesc="A plugin that adds LaTeX support to the Eclipse IDE"
9 url="http://texlipse.sourceforge.net/"
10 depends=('eclipse>=3.3' 'texlive-core')
12 source=("http://downloads.sourceforge.net/texlipse/texlipse_${pkgver} src.zip")
17 local eclipsedir=${pkgdir}/usr/share/eclipse/dropins/eclipse
18 install -d $eclipsedir
19 cp -R plugins $eclipsedir
22 md5sums=('db3de591e25d0ee3fbd03ce7d119fd15')