1 # Maintainer: Army (uli dot armbruster at google)
7 pkgdesc="a program system for highly efficient reconstruction of tomography data using the back-projection method"
9 url="http://www.esrf.eu/computing/scientific/FIT2D/"
11 source=(http://ftp.esrf.eu/pub/expg/FIT2D/${pkgname}_${_pkgver}_i686_linux2.4.20)
12 if [ "${CARCH}" = 'i686' ]; then
13 depends=('gcc-libs' 'libx11')
14 elif [ "${CARCH}" = 'x86_64' ]; then
15 depends=('lib32-gcc-libs' 'lib32-libx11')
23 install -Dm755 ${srcdir}/${pkgname}_${_pkgver}_${arch}_linux2.4.20 ${pkgdir}/usr/bin/${pkgname}
25 md5sums=('31826ff3dfa6c7f655e086cf7e38510f')