wok-next annotate libdrm-tegra/receipt @ rev 19719

Up xorg-makedepend (1.0.5), xorg-gccmakedep (1.0.3), xorg-imake (1.0.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 24 11:59:19 2017 +0200 (2017-05-24)
parents
children f463de72afe3
rev   line source
al@19647 1 # SliTaz package receipt.
al@19647 2
al@19647 3 PACKAGE="libdrm-tegra"
al@19647 4 VERSION="2.4.70"
al@19647 5 CATEGORY="x-window"
al@19647 6 SHORT_DESC="Freedesktop DRM Library (Tegra API)"
al@19647 7 MAINTAINER="al.bobylev@gmail.com"
al@19647 8 LICENSE="MIT"
al@19647 9 WEB_SITE="https://dri.freedesktop.org/"
al@19647 10
al@19647 11 WANTED="libdrm"
al@19647 12 DEPENDS="libdrm"
al@19647 13
al@19647 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19647 15 genpkg_rules()
al@19647 16 {
al@19647 17 cook_copy_files libdrm_tegra.so*
al@19647 18 }