1 # Contributor: Christoph Zeiler <rabyte*gmail>
2 # Maintainer: Lajos Kovacs <klajos at archlinux us>
7 pkgdesc="A C library replicating the bt functionality from gdb, allowing function stack tracing"
9 url="http://www.wolf-software.com/Libraries/backtrace"
11 depends=('liblogfile>=3')
13 source=($url/$pkgname-latest.tbz2)
14 md5sums=('7353638ed22c418c156015c4e23de899')
19 sed 's|-Werror||g' -i configure
21 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir" install