wok-6.x annotate firmware-rtlnic/receipt @ rev 19479
paper-icon-theme: update from git, make package a way smaller (remove HiDPI icons and shrink svg icons)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 01 04:02:18 2016 +0200 (2016-11-01) |
parents | 8926da504dfb |
children | f1830db6a26c |
rev | line source |
---|---|
mojo@17859 | 1 # SliTaz package receipt. |
mojo@17859 | 2 |
mojo@17859 | 3 PACKAGE="firmware-rtlnic" |
mojo@17859 | 4 VERSION="20141201" |
mojo@17859 | 5 CATEGORY="non-free" |
mojo@17859 | 6 SHORT_DESC="Firmware files for Realtek ethernet" |
mojo@17859 | 7 MAINTAINER="mojo@slitaz.org" |
mojo@17859 | 8 LICENSE="other" |
mojo@17859 | 9 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git" |
mojo@17859 | 10 WANTED="firmware" |
mojo@17859 | 11 |
mojo@17859 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
mojo@17859 | 13 genpkg_rules() |
mojo@17859 | 14 { |
al@18886 | 15 mkdir -p $fs/lib/firmware/ $fs/usr/share/licenses |
al@18886 | 16 cp -a $install/lib/firmware/rtl_nic $fs/lib/firmware |
al@18886 | 17 cp -a $install/share/licenses/LICENCE.rtlwifi_firmware.txt $fs/usr/share/licenses |
mojo@17859 | 18 } |