mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-25 02:52:16 +08:00
23 lines
708 B
Bash
23 lines
708 B
Bash
#
|
|
# Core Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
|
|
# include global config
|
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
|
|
pkgname=isl3887usb-firmware
|
|
pkgver=2
|
|
pkgrel=2
|
|
pkgdesc="Firmware for wireless cards using isl3887usb"
|
|
arch=('any')
|
|
url="http://wireless.kernel.org/en/users/Drivers/p54/devices"
|
|
license=('GPL')
|
|
source=('http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.25.0.lm87.arm')
|
|
md5sums=('39be687c87544b892e7a8ffe7ffd9371')
|
|
|
|
build() {
|
|
mkdir -p $startdir/pkg/lib/firmware
|
|
install -m644 * $startdir/pkg/lib/firmware/isl3887usb
|
|
} |