updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / tomcat-plugin / PKGBUILD
blob6017a6d1e4a0a4500dec18196ade5b4a89017983
1 # Maintainer:           osily <ly50247 at gmail dot com>
3 pkgname=tomcat-plugin
4 pkgver=3.3.0
5 pkgrel=1
6 pkgdesc="A eclipse plugin to use tomcat better."
7 arch=('any')
8 url="http://www.eclipsetotale.com/tomcatPlugin.html"
9 license=('GPL')
10 depends=('eclipse')
11 source=("http://www.eclipsetotale.com/tomcatPlugin/tomcatPluginV33.zip")
12 md5sums=('bf0198176fed07b39b61268e9217f457')
14 build() {
15 cd "${srcdir}/${_realname}"
16 install -d "${pkgdir}/usr/share/eclipse/plugins"
17 cp -r "${srcdir}/com.sysdeo.eclipse.tomcat_${pkgver}" "${pkgdir}/usr/share/eclipse/plugins"