mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/linux-tools to 3.11-2
This commit is contained in:
parent
80dddcc733
commit
c12a0a0b8d
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ pkgname=('linux-tools-meta'
|
|||
'cpupower'
|
||||
'usbip')
|
||||
pkgver=3.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
|
@ -138,7 +138,6 @@ package_cpupower() {
|
|||
package_usbip() {
|
||||
pkgdesc='An USB device sharing system over IP network'
|
||||
depends=('glib2' 'sysfsutils')
|
||||
options=('!libtool')
|
||||
|
||||
pushd linux-$pkgver/drivers/staging/usbip/userspace
|
||||
make install DESTDIR="$pkgdir"
|
||||
|
|
Loading…
Reference in a new issue