mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
* iasl: fix build
* acpi_call: fix pacman cmd * ndiswrapper: dito * broadcom-wl: dito
This commit is contained in:
parent
e6c635da03
commit
5d3e2d3789
@ -5,7 +5,7 @@
|
|||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
# Find the kernel name inside the chroot
|
# Find the kernel name inside the chroot
|
||||||
_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
_kernver=`pacman -Q kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
||||||
|
|
||||||
pkgname=acpi_call
|
pkgname=acpi_call
|
||||||
pkgver=20110519
|
pkgver=20110519
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
# Find the kernel name inside the chroot
|
# Find the kernel name inside the chroot
|
||||||
_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
_kernver=`pacman -Q kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
||||||
|
|
||||||
pkgname=broadcom-wl
|
pkgname=broadcom-wl
|
||||||
pkgver=5.100.82.38
|
pkgver=5.100.82.38
|
||||||
|
@ -22,7 +22,7 @@ md5sums=('82c507fec0dba78dc8562a019aaf6e23'
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/acpica-unix-${pkgver}/compiler"
|
cd "${srcdir}/acpica-unix-${pkgver}/compiler"
|
||||||
patch -Np1 -i ${srcdir}/iaslcompileparse.patch
|
patch -Np2 -i ${srcdir}/iaslcompileparse.patch
|
||||||
make
|
make
|
||||||
install -D -m755 iasl "${pkgdir}/usr/bin/iasl"
|
install -D -m755 iasl "${pkgdir}/usr/bin/iasl"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ pkgver=1.56
|
|||||||
pkgrel=15
|
pkgrel=15
|
||||||
|
|
||||||
# Find the kernel name inside the chroot
|
# Find the kernel name inside the chroot
|
||||||
_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
_kernver=`pacman -Q kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA
|
||||||
|
|
||||||
pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For kernel26-testing."
|
pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For kernel26-testing."
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
Loading…
Reference in New Issue
Block a user