wok-6.x rev 25081
updated owfs (3.2p3 -> 3.2p4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 15 16:54:46 2022 +0100 (2022-06-15) |
parents | 20e25baceb78 |
children | 34efc600820e |
files | owfs/description.txt owfs/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/owfs/description.txt Wed Jun 15 16:54:46 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim. 1.5 + 1.6 +OWFS is a simple and flexible program to monitor and control the 1.7 +physical environment. 1.8 +You can write scripts to read temperature, flash lights, write to 1.9 +an LCD, log and graph, ...
2.1 --- a/owfs/receipt Wed Jun 15 16:08:36 2022 +0100 2.2 +++ b/owfs/receipt Wed Jun 15 16:54:46 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="owfs" 2.7 -VERSION="3.2p3" 2.8 +VERSION="3.2p4" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="One Wire File System." 2.11 MAINTAINER="l.lemarinel@gmail.com" 2.12 @@ -11,8 +11,8 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" 2.15 2.16 -DEPENDS="fuse2 libusb" 2.17 -BUILD_DEPENDS="fuse2-dev libtool libusb libusb-dev libusb-compat" 2.18 +DEPENDS="fuse libusb" 2.19 +BUILD_DEPENDS="fuse-dev libtool libusb libusb-dev libusb-compat" 2.20 2.21 current_version() 2.22 { 2.23 @@ -35,6 +35,5 @@ 2.24 # Rules to gen a SliTaz package suitable for Tazpkg. 2.25 genpkg_rules() 2.26 { 2.27 - mkdir -p $fs/usr 2.28 - cp -a $install/usr/bin $fs/usr 2.29 + cook_copy_folders bin 2.30 }