wok-next annotate linux-staging/receipt @ rev 19595

Up linux (4.9.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 17:27:31 2017 +0200 (2017-01-21)
parents 119e586fb823
children
rev   line source
pankso@12285 1 # SliTaz package receipt.
pankso@12285 2
pankso@12285 3 PACKAGE="linux-staging"
al@19595 4 VERSION="4.9.4"
pankso@12285 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel staging kernel modules"
al@19595 7 MAINTAINER="devel@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
al@19583 9 WEB_SITE="https://kernel.org/"
al@19583 10
pankso@12285 11 WANTED="linux"
pankso@12285 12 DEPENDS="linux"
pankso@12285 13
pankso@12285 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12285 15 genpkg_rules()
pankso@12285 16 {
al@19595 17 . $wanted_stuff/tools/copy_modules.sh
pankso@12285 18 }