wok view firmware/receipt @ rev 20695

Add cddetect & nrg2iso
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 05 12:16:45 2019 +0100 (2019-02-05)
parents 3859619fd45c
children 1bc6c02d5fdd
line source
1 # SliTaz package receipt.
3 PACKAGE="firmware"
4 VERSION="20171030"
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 }