wok annotate libv4l-dev/receipt @ rev 23799
created recipes for xcb-util-xrm and xcb-util-xrm-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 24 07:04:55 2020 +0100 (2020-05-24) |
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 } |