wok-next annotate linux-drm/receipt @ rev 19618

memtest: update for GCC5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 06 18:15:00 2017 +0100 (2017-02-06)
parents 119e586fb823
children
rev   line source
pascal@2990 1 # SliTaz package receipt.
pascal@2990 2
pascal@2990 3 PACKAGE="linux-drm"
al@19595 4 VERSION="4.9.4"
pascal@2990 5 CATEGORY="base-system"
al@19583 6 SHORT_DESC="The Linux Kernel DRM module"
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"
slaxemulator@7347 12 DEPENDS="linux-agp"
pascal@2990 13
pascal@2990 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2990 15 genpkg_rules()
pascal@2990 16 {
al@19595 17 . $wanted_stuff/tools/copy_modules.sh
pascal@2990 18 }