updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / axis2 / PKGBUILD
blob72de88e3dbdb1ff8313535639e77af4c746b815c
1 # Contributor: Daniel Ehlers <danielehlers@mindeye.net>
2 pkgname=axis2
3 pkgver=1.6.1
4 pkgrel=2
5 pkgdesc="Apache Axis is an implementation of the SOAP (\"Simple Object Access Protocol\") submission to W3C"
6 url="http://ws.apache.org/axis2/"
7 arch=('i686' 'x86_64')
8 license="APACHE"
9 depends=('java-runtime')
10 source=(http://apache.linux-mirror.org/axis/axis2/java/core/${pkgver}/axis2-${pkgver}-bin.zip
11         axis2.sh)
13 md5sums=('374383236f87d52f0f9947114f0dbf1e'
14          '4f2d3e7f0f7c9a2db471986c7a44c4f9')
16 build() {
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/