summaryrefslogtreecommitdiff
path: root/community/oprofile
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-07 03:03:38 -0700
committerroot <root@rshg054.dnsready.net>2013-08-07 03:03:38 -0700
commitb7d2dcfdb924359a7bdb0614960df38e6e4a9feb (patch)
tree80a10c5f9d110268b99228832caa676955cc459b /community/oprofile
parenta2fb8ff517d83749ec3b5543aeba805f07ea257d (diff)
Wed Aug 7 02:56:35 PDT 2013
Diffstat (limited to 'community/oprofile')
-rw-r--r--community/oprofile/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/oprofile/PKGBUILD b/community/oprofile/PKGBUILD
index 3491127be..9be8c2556 100644
--- a/community/oprofile/PKGBUILD
+++ b/community/oprofile/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 85381 2013-03-01 10:36:45Z andrea $
+# $Id: PKGBUILD 95213 2013-08-06 18:59:38Z bpiotrowski $
# Maintainer : Aaron Griffin <aaron@archlinux.org>
pkgname=oprofile
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
pkgdesc='System-wide profiler for Linux systems'
arch=('i686' 'x86_64')
url="http://oprofile.sourceforge.net"
@@ -14,23 +14,21 @@ optdepends=('qt4: for oprof_start gui')
options=('!libtool')
install=oprofile.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+sha1sums=('02a1f6609affb04a348dbddfdf8f03e66154f5be')
build() {
- . /etc/profile.d/qt4.sh
-
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
make
}
check() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make check
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -d "$pkgdir/var/lib/oprofile"