wok-next annotate linux-efi/receipt @ rev 19627

busybox: uclibc-cross-compiler-i486 is not compatible with aufs+tmpfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 08 18:20:24 2017 +0100 (2017-02-08)
parents
children
rev   line source
al@19595 1 # SliTaz package receipt.
al@19595 2
al@19595 3 PACKAGE="linux-efi"
al@19595 4 VERSION="4.9.4"
al@19595 5 CATEGORY="base-system"
al@19595 6 SHORT_DESC="The Linux Kernel EFI modules"
al@19595 7 MAINTAINER="devel@slitaz.org"
al@19595 8 LICENSE="GPL2"
al@19595 9 WEB_SITE="https://www.kernel.org/"
al@19595 10
al@19595 11 WANTED="linux"
al@19595 12 DEPENDS="linux"
al@19595 13
al@19595 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19595 15 genpkg_rules()
al@19595 16 {
al@19595 17 . $wanted_stuff/tools/copy_modules.sh
al@19595 18 }