updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / eclipse-qwickie / PKGBUILD
blob0cf6ad8db45eff0369eb9b740fa8ab295b8bda81
1 # Maintainer: Kristof Jozsa <kjozsa@fsdev.hu>
3 pkgname=eclipse-qwickie
4 pkgver=0.9.4
5 pkgrel=1
6 pkgdesc="Eclipse plugin for the Wicket Java web framework"
7 arch=('i686' 'x86_64')
8 url="http://www.scala-ide.org/"
9 license=('Apache')
10 depends=('eclipse>=3.7')
11 noextract=(*)
13 source=(\
14   http://qwickie.googlecode.com/files/qwickie.plugin_0.9.4.201201210936.jar
17 md5sums=('1a0e5bdfeea85a415e9c1afe748fa18a')
19 build() {
20   _dest=${pkgdir}/usr/share/eclipse/dropins/qwickie/eclipse/plugins
21   mkdir -p $_dest
22   install -Dm644 qwickie.plugin_*.jar $_dest