updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / texlipse / PKGBUILD
blob7355920ef223589b887c2a221207f0049c99cb40
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>
5 pkgname=texlipse
6 pkgver=1.5.0
7 pkgrel=1
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')
11 arch=('any')
12 source=("http://downloads.sourceforge.net/texlipse/texlipse_${pkgver} src.zip")
13 license=('EPL')
15 build() {
16     cd ${startdir}/src
17     local eclipsedir=${pkgdir}/usr/share/eclipse/dropins/eclipse
18     install -d $eclipsedir
19     cp -R plugins $eclipsedir       
22 md5sums=('db3de591e25d0ee3fbd03ce7d119fd15')