1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
7 pkgdesc="A library for manipulating mathematical expressions"
9 url="http://functy.sourceforge.net/"
12 source=(http://downloads.sourceforge.net/functy/$pkgname-$pkgver.zip)
13 md5sums=('5e24941705bc9fc879811e2e7810ccdf')
17 ./configure --prefix=/usr LIBS=-lm || return 1
19 make DESTDIR=$pkgdir install || return 1
21 cd $pkgdir/usr/share/doc/$pkgname
22 install -m755 -d ../../licenses/$pkgname
23 mv -f COPYING ../../licenses/$pkgname/COPYING