mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/linux-tools to 3.9-2
This commit is contained in:
parent
20936ec6d1
commit
0fb2d549dd
2 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,7 @@ pkgname=('linux-tools-meta'
|
||||||
'cpupower'
|
'cpupower'
|
||||||
'usbip')
|
'usbip')
|
||||||
pkgver=3.9
|
pkgver=3.9
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://www.kernel.org'
|
url='http://www.kernel.org'
|
||||||
|
@ -36,7 +36,7 @@ sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541'
|
||||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||||
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
|
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
|
||||||
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
|
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
|
||||||
'8053a6bcd0776a7fefccc5012f93a1710653529e0eab59afcc39f24361c64869')
|
'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# apply stable patching set
|
# apply stable patching set
|
||||||
|
@ -74,7 +74,7 @@ build() {
|
||||||
# fix missing man page
|
# fix missing man page
|
||||||
sed -i 's/usbip_bind_driver.8//' Makefile.am
|
sed -i 's/usbip_bind_driver.8//' Makefile.am
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --sbindir=/usr/bin
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
@ -124,6 +124,7 @@ package_cpupower() {
|
||||||
pushd linux-$pkgver/tools/power/cpupower
|
pushd linux-$pkgver/tools/power/cpupower
|
||||||
make \
|
make \
|
||||||
DESTDIR="$pkgdir" \
|
DESTDIR="$pkgdir" \
|
||||||
|
sbindir='/usr/bin' \
|
||||||
mandir='/usr/share/man' \
|
mandir='/usr/share/man' \
|
||||||
docdir='/usr/share/doc/cpupower' \
|
docdir='/usr/share/doc/cpupower' \
|
||||||
install install-man
|
install install-man
|
||||||
|
|
|
@ -3,7 +3,7 @@ Description=USB/IP server
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/usbipd
|
ExecStart=/usr/bin/usbipd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue