# Compiling Time: 0.30 SBU # Maintainer: crazy pkgname=libunwind pkgver=1.1 pkgrel=4 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program" url="http://www.nongnu.org/libunwind" depends=('xz>=5.2.2-3') makedepends=('pkgconfig') groups=('lib') archs=('i686' 'x86_64') _F_archive_grepv="rc" up2date="Flasttar http://download.savannah.gnu.org/releases/libunwind" source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz \ libunwind-1.1-lzma.patch) sha1sums=('aa04e6a7164aef754415b3b5e9453985741dd99e' \ '54aff016af6880e84e358727ea80ae2ce57ee0d4') if [ "$CARCH" == "i686" ]; then LDFLAGS+=" -llzma" fi # optimization OK