wok rev 17859

Add firmware-rtlnic
author Richard Dunbar <mojo@slitaz.org>
date Wed Mar 25 02:43:47 2015 -0400 (2015-03-25)
parents 4eee17f3118d
children 9822e51d7c2e
files firmware-rtlnic/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firmware-rtlnic/receipt	Wed Mar 25 02:43:47 2015 -0400
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="firmware-rtlnic"
     1.7 +VERSION="20141201"
     1.8 +CATEGORY="non-free"
     1.9 +SHORT_DESC="Firmware files for Realtek ethernet"
    1.10 +MAINTAINER="mojo@slitaz.org"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
    1.13 +WANTED="firmware"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +        mkdir -p $fs/lib/firmware/ $fs/usr/share/licenses
    1.19 +        cp -a $install/lib/firmware/rtl_nic $fs/lib/firmware
    1.20 +        cp -a $install/share/licenses/LICENCE.rtlwifi_firmware.txt \
    1.21 +              $fs/usr/share/licenses
    1.22 +}
    1.23 +