From 8736f458a17a03cf79a763a0c8122f93162fed71 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 7 Dec 2011 15:02:31 +0000 Subject: Wed Dec 7 15:02:27 UTC 2011 --- community/perf/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 community/perf/PKGBUILD (limited to 'community/perf/PKGBUILD') 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 - -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: -- cgit v1.2.3-54-g00ecf