1 # Maintainer: wandrian <wandrian@tuxfamily.org>
2 # Contributor: wandrian <wandrian@tuxfamily.org>
3 # You could find binary package for i686 on the "remmirath" repository
4 # Add this lines to your /etc/pacman.conf
6 # http://download.tuxfamily.org/remmirath/"
11 pkgdesc="freefem++-cs and integrated environment for FreeFem++"
13 url="http://www.ann.jussieu.fr/~lehyaric/ffcs/"
17 source=('http://www.ann.jussieu.fr/~lehyaric/ffcs/packs/ffcs-9.10-32.tgz' 'ffcs.desktop')
18 md5sums=('65a1b27f499f21196cdf8f4de8262862' '901d4efb988fde7051318cb91aa2f9d3')
22 mv "FreeFem++-cs v9.10" ffcs
25 cp -r -a $srcdir"/ffcs" $pkgdir"/usr/ffcs"
27 mkdir -p $pkgdir/usr/bin
28 ln -s -f /usr/ffcs/FreeFem++-cs $pkgdir/usr/bin/FreeFem++-cs
30 mkdir -p $pkgdir/usr/share/applications
31 cp $srcdir/ffcs.desktop $pkgdir/usr/share/applications