wok-current view libv4l-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (8 weeks ago)
parents a190bcfebf1e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libv4l-dev"
4 VERSION="1.22.1"
5 CATEGORY="development"
6 SHORT_DESC="libv4l devel library."
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="libv4l"
10 WEB_SITE="https://web.archive.org/web/20220625040039/http://freshmeat.sourceforge.net/projects/libv4l"
11 SOURCE=v4l-utils
13 DEPENDS="libv4l pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }