wok view libv4l-dev/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents 6eff489aa802
children a190bcfebf1e
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="http://freshmeat.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 }