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/axis/"
9 depends=("java-runtime")
10 backup=('etc/profile.d/axis.sh')
11 source=(http://ftp.halifax.rwth-aachen.de/apache/ws/axis/1_4/axis-bin-1_4.tar.gz axis.sh)
12 md5sums=('5a2962737edf25621482d7419fc89bdc'
13 '02f38e00ed39d8300d7056e951b6f4a3')
16 install -d $startdir/pkg/usr/share/java/
17 install -d $startdir/pkg/etc/profile.d/
18 cp axis.sh $startdir/pkg/etc/profile.d/
19 mv $startdir/src/$pkgname-1_4 $startdir/pkg/usr/share/java/axis/