updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eclipse-wickedshell / PKGBUILD
blobf8b402755ee05f8091df6f1e351f649a3cb8e5b2
1 # Contributor: Piotr Beling <qwak@stud.ics.p.lodz.pl>
3 pkgname=eclipse-wickedshell
4 pkgver=2.0.4
5 pkgrel=3
6 pkgdesc="a plugin that enables the use of the system shell directly from the eclipse IDE"
7 url="http://www.wickedshell.net/"
8 depends=('eclipse')
9 arch=('any')
10 source=(http://downloads.sourceforge.net/wickedshell/net.sf.wickedshell.feature_${pkgver}.zip)
11 license=('EPL')
13 build() {
14     cd ${srcdir}
15     local eclipsedir=${pkgdir}/usr/share/eclipse/
16     install -d $eclipsedir
17     cp -R plugins features $eclipsedir
20 md5sums=('2e8cccbd3b5885123dca2a5e022f6414')