Search Criteria
Package Details: eclipsetrader N201301040902-1
Git Clone URL: | https://aur.archlinux.org/eclipsetrader.git (read-only, click to copy) |
---|---|
Package Base: | eclipsetrader |
Description: | Stock exchange, trading and technical analysis platform |
Upstream URL: | http://www.eclipsetrader.org/ |
Licenses: | |
Submitter: | qwak |
Maintainer: | palasso |
Last Packager: | palasso |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2008-05-29 15:25 |
Last Updated: | 2015-06-08 15:11 |
Dependencies (2)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
t-ask commented on 2013-05-02 22:18
Destination probably not working. Please fix my PKGBUILD:
pkgname=eclipsetrader
pkgver=N201301040902
pkgrel=2
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."
arch=('x86' 'x86_64')
url="http://eclipsetrader.sourceforge.net/"
depends=(java-runtime gtk2)
md5sums=('7a7d5d382676a0a7bc60b346479f5228'
'1e3c6d5b4982ef2868facf845056db86')
_arch=x86
if [ "$CARCH" = "x86_64" ]; then
md5sums[0]='7a7d5d382676a0a7bc60b346479f5228'
_arch=x86_64
fi
license=('CPL' 'EPL')
source=(http://sourceforge.net/projects/eclipsetrader/files/Nightly%20Builds/${pkgver}/eclipsetrader-${pkgver}-linux.gtk.${_arch}.tar.gz
eclipsetrader.desktop)
install=update_desktop.install
build() {
local dstdir=$pkgdir/usr/share || return 1
install -d $dstdir || return 1
mv $srcdir/$pkgname $dstdir || return 1
install -D -m644 $srcdir/eclipsetrader.desktop $pkgdir/usr/share/applications/eclipsetrader.desktop
}
capoeira commented on 2012-05-15 15:10
thanks ChoK
Anonymous comment on 2011-10-15 21:01
pkgname=eclipsetrader
pkgver=N201110111144
pkgrel=1
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."
arch=('i686' 'x86_64')
url="http://eclipsetrader.sourceforge.net/"
depends=(java-runtime gtk2)
md5sums=('69267c1430d04a36791264b6bde8cfad'
'1e3c6d5b4982ef2868facf845056db86')
_arch=x86
if [ "$CARCH" = "x86_64" ]; then
md5sums[0]='385a170fff78b7a56243714cbef981ac'
_arch=x86_64
fi
license=('CPL' 'EPL')
source=(http://sourceforge.net/projects/eclipsetrader/files/Nightly%20Builds/${pkgver}/eclipsetrader-${pkgver}-linux.gtk.${_arch}.tar.gz
eclipsetrader.desktop)
install=update_desktop.install
build() {
local dstdir=$pkgdir/usr/share || return 1
install -d $dstdir || return 1
mv $srcdir/$pkgname $dstdir || return 1
install -D -m644 $srcdir/eclipsetrader.desktop $pkgdir/usr/share/applications/eclipsetrader.desktop
}