wok-stable diff lm-sensors-dev/receipt @ rev 9093

emacs-pkg-lua-mode: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 20:20:15 2011 +0100 (2011-03-04)
parents
children 9376616c10ac
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lm-sensors-dev/receipt	Fri Mar 04 20:20:15 2011 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lm-sensors-dev"
     1.7 +WANTED="lm-sensors"
     1.8 +VERSION="3.2.0"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Linux hardware monitoring, development files."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +WEB_SITE="http://www.lm-sensors.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib
    1.18 +	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.20 +}