1 # Contributor: Daniel Ehlers <danielehlers@mindeye.net>
5 pkgdesc="Apache Axis is an implementation of the SOAP (\"Simple Object Access Protocol\") submission to W3C"
6 url="http://ws.apache.org/axis2/"
9 depends=('java-runtime')
10 source=(http://apache.linux-mirror.org/axis/axis2/java/core/${pkgver}/axis2-${pkgver}-bin.zip
13 md5sums=('374383236f87d52f0f9947114f0dbf1e'
14 '4f2d3e7f0f7c9a2db471986c7a44c4f9')
17 install -d $startdir/pkg/usr/share/java/
18 install -d $startdir/pkg/etc/profile.d/
19 cp $startdir/axis2.sh $startdir/pkg/etc/profile.d/
20 mv $startdir/src/$pkgname-$pkgver/ $startdir/pkg/usr/share/java/axis2/