wok view lm-sensors-dev/receipt @ rev 13963

Up: guvcview (1.6.1, using now gtk+3 since it seems to not conflict with gtk+)
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jan 31 15:40:22 2013 -0200 (2013-01-31)
parents 9376616c10ac
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="lm-sensors-dev"
4 WANTED="lm-sensors"
5 VERSION="3.3.3"
6 CATEGORY="development"
7 SHORT_DESC="Linux hardware monitoring, development files."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 WEB_SITE="http://www.lm-sensors.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/include $fs/usr
16 cp -a $install/usr/lib/*.a $fs/usr/lib
17 }