updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ffcs / PKGBUILD
blobef3c798f776a36440a1899b02d4755b9a50839cb
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
5 # [remmirath]
6 # http://download.tuxfamily.org/remmirath/"
8 pkgname=ffcs
9 pkgver=9.10
10 pkgrel=1
11 pkgdesc="freefem++-cs and integrated environment for FreeFem++"
12 arch=(i686 x86_64)
13 url="http://www.ann.jussieu.fr/~lehyaric/ffcs/"
14 license=('GPL')
15 #depends=()
16 #conflicts=()
17 source=('http://www.ann.jussieu.fr/~lehyaric/ffcs/packs/ffcs-9.10-32.tgz' 'ffcs.desktop')
18 md5sums=('65a1b27f499f21196cdf8f4de8262862' '901d4efb988fde7051318cb91aa2f9d3')
20 build() {
21   cd $srcdir
22   mv "FreeFem++-cs v9.10" ffcs
24   mkdir -p $pkgdir/usr
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