updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / latrace / PKGBUILD
blob6f8aa8deb2a2d987a1ea105c3ba6387497c47da4
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: Sebastien Binet <binet@farnsworth>
3 pkgname=latrace
4 pkgver=0.5.11
5 pkgrel=1
6 pkgdesc="latrace allows you to trace library calls and get their statistics in a manner similar to the strace utility (syscall tracing)"
7 url="http://people.redhat.com/jolsa/latrace/index.shtml"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('elfutils' )
11 makedepends=('gcc' 'automake')
12 optdepends=()
13 conflicts=()
14 replaces=()
15 backup=()
16 install=
17 source=(http://people.redhat.com/jolsa/latrace/dl/$pkgname-$pkgver.tar.bz2)
18 md5sums=('138457c7b9eaf3246eddb7856702cddf')
20 build() {
21   cd $startdir/src/$pkgname-$pkgver
22   aclocal || return 1
23   autoconf || return 1
24   ./configure --prefix=/usr --sysconfdir=/etc || return 1
25   make || return 1
26   make DESTDIR=$startdir/pkg install || return 1