wok view firmware/receipt @ rev 24432

updated libnetfilter_conntrack and libnetfilter_conntrack-dev (1.0.7 -> 1.0.8)
author Hans-G?nter Theisgen
date Sat Feb 12 17:34:21 2022 +0100 (2022-02-12)
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 }