wok view libdrm-dev/receipt @ rev 21762
Up busybox (1.31.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 27 13:32:09 2019 +0200 (2019-06-27) |
parents | a78610b2eb47 |
children | 13e5cfabe816 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libdrm-dev"
4 VERSION="2.4.97"
5 CATEGORY="development"
6 SHORT_DESC="Lib DRM - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://dri.freedesktop.org/"
11 WANTED="libdrm"
12 DEPENDS="libdrm libdrm-intel libdrm-radeon pkg-config"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }