1 # Contributor: Piotr Beling <qwak@w8.pl>
6 pkgdesc="Stock exchange analysis system, featuring shares pricing watch, intraday and history charts with technical analysis indicators, level II/market depth view, news watching, automated trading systems, integrated trading."
8 url="http://eclipsetrader.sourceforge.net/"
10 md5sums=('423d8b1fe4a1bc6ee4c11290cefc5b24'
11 '1e3c6d5b4982ef2868facf845056db86')
13 if [ "$CARCH" = "x86_64" ]; then
14 md5sums[0]='b19c02fbde6bf294e83aa234985a1c49'
18 source=(http://downloads.sourceforge.net/eclipsetrader/eclipsetrader-${pkgver}.linux.gtk.${_arch}.zip
19 eclipsetrader.desktop)
20 install=update_desktop.install
23 local dstdir=$pkgdir/usr/share || return 1
24 install -d $dstdir || return 1
25 mv $srcdir/$pkgname $dstdir || return 1
26 install -D -m644 $srcdir/eclipsetrader.desktop $pkgdir/usr/share/applications/eclipsetrader.desktop