wok annotate firmware/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 3859619fd45c
children 1bc6c02d5fdd
rev   line source
slaxemulator@9153 1 # SliTaz package receipt.
slaxemulator@9153 2
slaxemulator@9153 3 PACKAGE="firmware"
mojo@20138 4 VERSION="20171030"
slaxemulator@9153 5 CATEGORY="meta"
slaxemulator@9153 6 SHORT_DESC="Firmware files for Linux"
mojo@20138 7 MAINTAINER="mojo@slitaz.org"
pascal@15593 8 LICENSE="other"
mojo@20138 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
mojo@17520 10 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
mojo@20138 11 WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
mojo@20138 12 BUILD_DEPENDS="git"
slaxemulator@9153 13
slaxemulator@9153 14 # Rules to configure and make the package.
slaxemulator@9153 15 compile_rules()
slaxemulator@9153 16 {
mojo@20138 17 make install
slaxemulator@9153 18 }
slaxemulator@9153 19
slaxemulator@9153 20 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9153 21 genpkg_rules()
slaxemulator@9153 22 {
mojo@20138 23 mkdir -p $install/usr/share/licenses
mojo@20138 24 cp -a $src/LICENCE.* $install/usr/share/licenses
slaxemulator@9153 25 }
slaxemulator@9153 26