updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eclipse-anyedittools / PKGBUILD
blob1bda861683a27bf0c02efa712a577d7a2a3022b2
1 # Contributor: Artyom Smirnov <smirnoffjr@gmail.com>
2 # Contributor: Luca Cesari <mirshann@freakmind.org>
4 pkgname=eclipse-anyedittools
5 pkgver=2.4.0.201101292156
6 pkgrel=1
7 pkgdesc="Adds several new tools to the context menu of text-based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar."
8 arch=('i686' 'x86_64')
9 url="http://andrei.gmxhome.de/anyedit/"
10 license=('GPL')
11 depends=("eclipse>=3.5")
12 source=(http://anyedittools.eclipselabs.org.codespot.com/files/de.loskutov.anyedit.AnyEditTools_${pkgver}.jar)
13 noextract=(de.loskutov.anyedit.AnyEditTools_$pkgver.jar)
14 md5sums=('c86115a67cb03ff792a0fea3116fe357')
16 build() {
17     _plugin=de.loskutov.anyedit.AnyEditTools_${pkgver}.jar
18     install -Dm644 "${srcdir}/${_plugin}" "${pkgdir}/usr/share/eclipse/dropins/eclipse/plugins/${_plugin}"