wok-next annotate linux-ipv6/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@886 1 # SliTaz package receipt.
pascal@886 2
pascal@886 3 PACKAGE="linux-ipv6"
al@19583 4 VERSION="4.9.0"
pascal@886 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel IPv6 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@886 13
pascal@886 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@886 15 genpkg_rules()
pascal@886 16 {
al@19583 17 . $wanted_stuff/copy_modules.sh
al@19583 18 copy_modules net/ipv6
pascal@886 19 }