wok-next view libdrm-intel/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents 03b2309fd335
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="libdrm-intel"
4 VERSION="2.4.70"
5 CATEGORY="x-window"
6 SHORT_DESC="Freedesktop DRM Library (Intel API)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://dri.freedesktop.org/"
11 WANTED="libdrm"
12 DEPENDS="libdrm xorg-libpciaccess"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files libdrm_intel.so*
18 }