summaryrefslogtreecommitdiff
path: root/community/sysprof
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sysprof
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sysprof')
-rw-r--r--community/sysprof/PKGBUILD28
-rw-r--r--community/sysprof/sysprof.install12
2 files changed, 0 insertions, 40 deletions
diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD
deleted file mode 100644
index 9b0e55fb0..000000000
--- a/community/sysprof/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 79392 2012-11-04 01:05:10Z ebelanger $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
-# Previous Contributor: Eric Belanger <belanger@astro.umontreal.ca>
-# Previous Contributor: aeolist <aeolist@hotmail.com>
-
-pkgname=sysprof
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/"
-license=("GPL")
-source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=('libglade' 'binutils')
-makedepends=('libglade' 'binutils' 'linux-headers')
-md5sums=('a81808d847732f8dafb59d26ec2eebbf')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
diff --git a/community/sysprof/sysprof.install b/community/sysprof/sysprof.install
deleted file mode 100644
index 489df2262..000000000
--- a/community/sysprof/sysprof.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- depmod -a
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-