wok rev 21650

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Thu May 30 10:16:17 2019 +0100 (2019-05-30)
parents 93f070d4d2d7
children 8fbf7857f679
files owfs/receipt
line diff
     1.1 --- a/owfs/receipt	Thu May 30 10:51:27 2019 +0200
     1.2 +++ b/owfs/receipt	Thu May 30 10:16:17 2019 +0100
     1.3 @@ -1,22 +1,27 @@
     1.4  # SliTaz package receipt.
     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 +SHORT_DESC="One Wire File System."
    1.12  MAINTAINER="l.lemarinel@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://owfs.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://owfs.org/"
    1.18 -WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
    1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21 +DEPENDS="fuse libusb"
    1.22  BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
    1.23 -DEPENDS="fuse libusb"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS &&
    1.29 +	./bootstrap &&
    1.30 +	./configure			\
    1.31 +		--prefix=/usr		\
    1.32 +		--bindir=/usr/bin	\
    1.33 +		$CONFIGURE_ARGS &&
    1.34  	make &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36  }