wok annotate firmware/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents f1830db6a26c
children bfabe25c21ff
rev   line source
slaxemulator@9153 1 # SliTaz package receipt.
slaxemulator@9153 2
slaxemulator@9153 3 PACKAGE="firmware"
mojo@23773 4 VERSION="20200515"
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