wok annotate firmware-iwlwifi-2030/receipt @ rev 19047
Remove openbox chrommo theme. Duplicated in the repository.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sun Apr 17 16:28:31 2016 -0300 (2016-04-17) |
parents | |
children | f1830db6a26c |
rev | line source |
---|---|
al@18886 | 1 # SliTaz package receipt. |
al@18886 | 2 |
al@18886 | 3 PACKAGE="firmware-iwlwifi-2030" |
al@18886 | 4 VERSION="20141201" |
al@18886 | 5 CATEGORY="non-free" |
al@18886 | 6 SHORT_DESC="Firmware files for iwlwifi 2030" |
al@18886 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@18886 | 8 LICENSE="other" |
al@18886 | 9 WEB_SITE="https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi#Firmware" |
al@18886 | 10 WANTED="firmware" |
al@18886 | 11 PROVIDE="iwlwifi-2030" |
al@18886 | 12 |
al@18886 | 13 DEPENDS="linux-wireless" |
al@18886 | 14 |
al@18886 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18886 | 16 genpkg_rules() |
al@18886 | 17 { |
al@18886 | 18 mkdir -p $fs/lib/firmware $fs/usr/share/licenses |
al@18886 | 19 cp -a $install/lib/firmware/iwlwifi-2030-*.ucode $fs/lib/firmware |
al@18886 | 20 cp -a $install/share/licenses/LICENCE.iwlwifi_firmware $fs/usr/share/licenses |
al@18886 | 21 } |