wok-next annotate linux64-aoe/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents 08cf996a2307
children
rev   line source
pascal@13589 1 # SliTaz package receipt.
pascal@13589 2
pascal@13589 3 PACKAGE="linux64-aoe"
al@19583 4 VERSION="4.9.0"
pascal@13589 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel ATA over Ethernet modules"
pascal@13589 7 MAINTAINER="devel@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
al@19583 9 WEB_SITE="https://www.kernel.org/"
al@19583 10 PROVIDE="linux-aoe:linux64"
al@19583 11
al@19583 12 WANTED="linux"
pascal@13589 13 DEPENDS="linux64"
pascal@13589 14
pascal@13589 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13589 16 genpkg_rules()
pascal@13589 17 {
al@19583 18 . $wanted_stuff/copy_modules.sh
al@19583 19 copy_modules drivers/block/aoe/aoe.ko.xz
pascal@13589 20 }