wok view libv4l-dev/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents
children f4c57a9c37bf
line source
1 # SliTaz package receipt.
3 PACKAGE="libv4l-dev"
4 VERSION="0.6.3"
5 CATEGORY="development"
6 SHORT_DESC="libv4l devel library."
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="libv4l"
9 WEB_SITE="http://hansdegoede.livejournal.com/3636.html"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 }