mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
22 lines
617 B
Bash
22 lines
617 B
Bash
#
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer abveritas@chakra-project.org
|
|
# contributor Marius L. Meyer <marius.l.meyer at gmail dot com>
|
|
|
|
pkgname=carl9170-fw
|
|
pkgver=1.9.4
|
|
pkgrel=1
|
|
pkgdesc="Firmware for the carl9170 WiFi driver"
|
|
arch=('i686' 'x86_64')
|
|
url="http://wireless.kernel.org/en/users/Drivers/carl9170"
|
|
license=('GPL2')
|
|
source=('carl9170-1.fw::http://linuxwireless.org/en/users/Drivers/carl9170/fw1.9.4?action=AttachFile&do=get&target=carl9170-1.fw')
|
|
md5sums=('30e2ae80c33b3008d271556d1a14e3ea')
|
|
|
|
build() {
|
|
mkdir -p $pkgdir/lib/firmware
|
|
cp $srcdir/* $pkgdir/lib/firmware
|
|
}
|
|
|