wok-next rev 21395
updated owfs (3.2p1 -> 3.2p3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 17:54:29 2020 +0100 (2020-04-17) |
parents | a0a60003da9d |
children | f6ec630a30b5 |
files | owfs/receipt |
line diff
1.1 --- a/owfs/receipt Fri Apr 17 17:42:30 2020 +0100 1.2 +++ b/owfs/receipt Fri Apr 17 17:54:29 2020 +0100 1.3 @@ -1,28 +1,31 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="owfs" 1.7 -VERSION="3.2p1" 1.8 +VERSION="3.2p3" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="OWFS One Wire File System" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.owfs.org/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 -BUILD_DEPENDS="fuse2-dev libusb-dev libusb-compat-dev eudev-dev" 1.20 +BUILD_DEPENDS="eudev-dev fuse2-dev libusb-compat-dev libusb-dev" 1.21 1.22 -compile_rules() { 1.23 - ./configure \ 1.24 - --bindir=/usr/bin \ 1.25 +compile_rules() 1.26 +{ 1.27 + ./configure \ 1.28 + --bindir=/usr/bin \ 1.29 $CONFIGURE_ARGS && 1.30 fix libtool && 1.31 make && 1.32 make DESTDIR=$install install 1.33 } 1.34 1.35 -genpkg_rules() { 1.36 +genpkg_rules() 1.37 +{ 1.38 copy @std 1.39 + 1.40 DEPENDS="fuse2 libusb" 1.41 }