1 # Contributor: Piotr Beling <qwak@stud.ics.p.lodz.pl>
3 pkgname=eclipse-wickedshell
6 pkgdesc="a plugin that enables the use of the system shell directly from the eclipse IDE"
7 url="http://www.wickedshell.net/"
10 source=(http://downloads.sourceforge.net/wickedshell/net.sf.wickedshell.feature_${pkgver}.zip)
15 local eclipsedir=${pkgdir}/usr/share/eclipse/
16 install -d $eclipsedir
17 cp -R plugins features $eclipsedir
20 md5sums=('2e8cccbd3b5885123dca2a5e022f6414')