wok annotate libv4l-dev/receipt @ rev 23076

updated libiodbc and libiodbc-dev (3.52.12 -> 3.52.13)
author Hans-G?nter Theisgen
date Tue Mar 10 14:25:03 2020 +0100 (2020-03-10)
parents 6eff489aa802
children a190bcfebf1e
rev   line source
jozee@4489 1 # SliTaz package receipt.
jozee@4489 2
jozee@4489 3 PACKAGE="libv4l-dev"
slaxemulator@12329 4 VERSION="0.8.5"
jozee@4489 5 CATEGORY="development"
jozee@4489 6 SHORT_DESC="libv4l devel library."
jozee@4489 7 MAINTAINER="jozee@slitaz.org"
pascal@14718 8 LICENSE="GPL2"
jozee@4489 9 WANTED="libv4l"
slaxemulator@6498 10 WEB_SITE="http://freshmeat.net/projects/libv4l"
slaxemulator@6498 11 SOURCE=v4l-utils
jozee@4489 12
pascal@15597 13 DEPENDS="libv4l pkg-config"
pascal@14718 14
jozee@4489 15 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4489 16 genpkg_rules()
jozee@4489 17 {
jozee@4489 18 mkdir -p $fs/usr/lib
pascal@14718 19 cp -a $install/usr/include $fs/usr
pascal@14718 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@4489 21 }