wok-next annotate linux-bridge/receipt @ rev 19745

Update base packages, I'll finish yesterday and then rebuild all these from scratch...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 08 00:20:23 2017 +0300 (2017-06-08)
parents 119e586fb823
children
rev   line source
pascal@4532 1 # SliTaz package receipt.
pascal@4532 2
pascal@4532 3 PACKAGE="linux-bridge"
al@19595 4 VERSION="4.9.4"
pascal@4532 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel Bridge modules"
pascal@4532 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@4532 12 DEPENDS="linux"
pascal@4532 13
pascal@4532 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4532 15 genpkg_rules()
pascal@4532 16 {
al@19595 17 . $wanted_stuff/tools/copy_modules.sh
pascal@4532 18 }