summaryrefslogtreecommitdiff
path: root/community/perf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perf/PKGBUILD')
-rw-r--r--community/perf/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/perf/PKGBUILD b/community/perf/PKGBUILD
deleted file mode 100644
index 67c6b6a5c..000000000
--- a/community/perf/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
-
-pkgname=perf
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Linux kernel $pkgver performance tool"
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='http://www.kernel.org'
-options=(!strip)
-depends=('python2' 'libnewt' 'elfutils')
-makedepends=('asciidoc' 'xmlto')
-source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$pkgver.tar.xz")
-md5sums=('d15080e5be9c05e6981320232ca68e3f')
-
-build() {
- cd linux-$pkgver/tools/perf
- make PYTHON=python2 DESTDIR="${pkgdir}/usr" perfexecdir="lib/$pkgname" PERF_VERSION=$pkgver \
- all man
-}
-
-package() {
- cd linux-${pkgver}/tools/perf
- make PYTHON=python2 DESTDIR="${pkgdir}/usr" perfexecdir="lib/$pkgname" PERF_VERSION=$pkgver \
- install install-man
-}
-
-# vim:set ts=2 sw=2 ft=sh et: