1 # Author: Andreas Zwinkau <beza1e1@web.de>
6 pkgdesc="a library that provides an intermediate representation and optimisations for compilers"
7 url="http://www.info.uni-karlsruhe.de/software/libfirm/"
10 source=("http://switch.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
11 md5sums=('4c5e0a070dc58b3aa14d9e7b8fc9d594')
15 cd ${pkgname}-${pkgver}
16 ./configure --prefix=/usr
18 make install DESTDIR=${startdir}/pkg/ || return 1