updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bin32-ltrace / PKGBUILD
blobcf63b3c69f81093403f06554346cac13ffa16261
1 # Contributor: Schnouki <thomas.jost@gmail.com>
2 pkgname=bin32-ltrace
3 _pkgname32=ltrace
4 pkgver=0.5.3
5 pkgrel=1
6 _pkgrel32=2
7 pkgdesc="ltrace is a debugging program which runs a specified command until it exits -- 32 bits version"
8 arch=('x86_64')
9 url="http://packages.debian.org/unstable/utils/ltrace.html"
10 license=('GPL')
11 depends=('lib32-elfutils')
12 source=("ftp://ftp.archlinux.org/extra/os/i686/$_pkgname32-$pkgver-$_pkgrel32-i686.pkg.tar.xz")
13 md5sums=('a358dfd7773a724e7366af2be6079969')
14 sha256sums=('5870ac38eeaf750c3bcf79157def47cdd77ca6007597be584622f230fdd517be')
16 build() {
17   msg2 "Nothing to build :)"
20 package() {
21   # Only copy the main binary; the configuration file and manual page are in extra/ltrace
22   # which is included as a dependency because we don't want file conflicts
23   install -Dm755 "$srcdir"/usr/bin/ltrace "$pkgdir"/usr/bin/ltrace32