wok-next annotate linux-crypto/receipt @ rev 19583

Up: cookutils, tazpkg, aufs, kmod, lguest, linux, linux64.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 02 07:42:47 2017 +0200 (2017-01-02)
parents 08cf996a2307
children 960a052d15d3
rev   line source
pascal@928 1 # SliTaz package receipt.
pascal@928 2
pascal@928 3 PACKAGE="linux-crypto"
al@19583 4 VERSION="4.9.0"
pascal@928 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel Crypto modules"
pankso@3864 7 MAINTAINER="devel@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
al@19583 9 WEB_SITE="https://www.kernel.org/"
al@19583 10
al@19583 11 WANTED="linux"
pascal@2926 12 DEPENDS="linux"
pascal@928 13
pascal@928 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@928 15 genpkg_rules()
pascal@928 16 {
al@19583 17 . $wanted_stuff/copy_modules.sh
al@19583 18 copy_modules \
al@19583 19 arch/x86/crypto \
al@19583 20 crypto \
al@19583 21 drivers/crypto
pascal@928 22 }