wok view firmware/receipt @ rev 23899

busybox: add crontabs in CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 08:34:55 2020 +0000 (2020-07-28)
parents f1830db6a26c
children bfabe25c21ff
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware"
4 VERSION="20200515"
5 CATEGORY="meta"
6 SHORT_DESC="Firmware files for Linux"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git"
11 WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
12 BUILD_DEPENDS="git"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $install/usr/share/licenses
24 cp -a $src/LICENCE.* $install/usr/share/licenses
25 }