wok view libv4l-dev/receipt @ rev 25421

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 10 07:02:08 2022 +0000 (21 months ago)
parents 8ed62ecac0c7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libv4l-dev"
4 VERSION="0.8.5"
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 }