1 # Contributor: _AND_ <and@ebrilo.jp>
7 pkgdesc="Forex Club trade terminal"
8 url=http://www.fxclub.org/tools_soft
10 makedepends=('rpmextract' 'sed')
11 source=(http://download.fxclub.org/Modern/modernforex.rpm)
12 md5sums=('805c7fc17789037a9d6d64ac00566094')
16 rpmextract.sh "../modernforex.rpm"
17 install -d ${pkgdir}/usr/
18 cp -r ${srcdir}/usr/local/* ${pkgdir}/usr/
19 install -d ${pkgdir}/usr/share/applications/
20 sed -e 's/\/usr\/local/\/usr/g' ${pkgdir}/usr/share/apps/modernforex/etc/modern.desktop > ${pkgdir}/usr/share/applications/modern.desktop