updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fit2d / PKGBUILD
blobdf714005bc5bcfd99601d06b9a8e8ebb1be26268
1 # Maintainer: Army (uli dot armbruster at google)
3 pkgname=fit2d
4 pkgver=12.081
5 _pkgver=12_081
6 pkgrel=1
7 pkgdesc="a program system for highly efficient reconstruction of tomography data using the back-projection method"
8 arch=('i686' 'x86_64')
9 url="http://www.esrf.eu/computing/scientific/FIT2D/"
10 license=('custom')
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')
18 #build() {
19 #       /bin/true
22 package() {
23         install -Dm755 ${srcdir}/${pkgname}_${_pkgver}_${arch}_linux2.4.20 ${pkgdir}/usr/bin/${pkgname}
25 md5sums=('31826ff3dfa6c7f655e086cf7e38510f')