wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-efi/receipt	Wed Feb 08 18:20:24 2017 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-efi"
     1.7 +VERSION="4.9.4"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The Linux Kernel EFI modules"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://www.kernel.org/"
    1.13 +
    1.14 +WANTED="linux"
    1.15 +DEPENDS="linux"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	. $wanted_stuff/tools/copy_modules.sh
    1.21 +}