wok-current view libvdpau-dev/receipt @ rev 25685

Add checkspace / fetchall feature for tazpkg
author Stanislas Leduc <shann@slitaz.org>
date Thu Mar 14 20:28:39 2024 +0000 (8 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libvdpau-dev"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="VDPAU (Video Decode and Presentation API for Unix) devel"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WANTED="libvdpau"
10 WEB_SITE="https://www.freedesktop.org/wiki/Software/VDPAU/"
12 DEPENDS="libvdpau"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }