# Maintainer: Angelo Theodorou pkgname=tracy pkgver=0.4.1 pkgrel=1 pkgdesc="Real-time, nanosecond resolution frame profiler" arch=('i686' 'x86_64') url="https://bitbucket.org/wolfpld/tracy" license=('BSD') depends=('glfw-x11' 'gtk2') makdepends=('pkgconf') provides=('tracy') conflicts=('tracy') source=("git+$url#tag=v0.4.1") md5sums=('SKIP') build() { cd tracy make -C profiler/build/unix release make -C update/build/unix release make -C capture/build/unix release } package() { cd tracy install -Dm755 profiler/build/unix/Tracy-release $pkgdir/usr/bin/tracy install -Dm755 update/build/unix/update-release $pkgdir/usr/bin/tracy-update install -Dm755 capture/build/unix/capture-release $pkgdir/usr/bin/tracy-capture install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE }