mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/linux-tools to 3.7-4
This commit is contained in:
parent
c873c3379a
commit
934434ba92
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id$
|
||||
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
|
||||
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed x86_energy_perf_policy build/package, uses x86 asm
|
||||
|
@ -7,7 +7,7 @@
|
|||
pkgbase=linux-tools
|
||||
pkgname=('libtraceevent' 'perf' 'cpupower' 'usbip')
|
||||
pkgver=3.7
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
|
@ -39,7 +39,7 @@ md5sums=('21223369d682bcf44bcdfe1521095983'
|
|||
'2450e8ff41b30eb58d43b5fffbfde1f4'
|
||||
'e8fac9c45a628015644b4150b139278a'
|
||||
'8a3831d962ff6a9968c0c20fd601cdec'
|
||||
'ba7c1c513314dd21fb2334fb8417738f')
|
||||
'a8fb0c6159bee1b9e345a87cabb3ba27')
|
||||
|
||||
build() {
|
||||
# apply stable patching set
|
||||
|
@ -93,7 +93,7 @@ package_libtraceevent() {
|
|||
|
||||
package_perf() {
|
||||
pkgdesc='Linux kernel performance auditing tool'
|
||||
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
|
||||
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils')
|
||||
|
||||
cd linux-$pkgver/tools/perf
|
||||
make \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=USB/IP server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/usbipd
|
||||
|
|
Loading…
Reference in a new issue