wok rev 22077

updated unionfs-fuse (0.24 -> 2.0)
author Hans-G?nter Theisgen
date Tue Oct 29 16:58:15 2019 +0100 (2019-10-29)
parents 90fcf7b0f8d5
children 52c26a2da959
files unionfs-fuse/receipt
line diff
     1.1 --- a/unionfs-fuse/receipt	Tue Oct 29 16:48:57 2019 +0100
     1.2 +++ b/unionfs-fuse/receipt	Tue Oct 29 16:58:15 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="unionfs-fuse"
     1.7 -VERSION="0.24"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="unionfs-fuse is an effort to create a userland unionfs implementation that is way more flexible than the current in-kernel based unionfs solution."
    1.11 +SHORT_DESC="An effort to create a userland unionfs implementation that is way more flexible than the current in-kernel based unionfs solution."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="https://github.com/rpodgorny/unionfs-fuse"
    1.16 -WGET_URL="http://podgorny.cz/unionfs-fuse/releases/$TARBALL"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS="fuse"
    1.22  BUILD_DEPENDS="cmake fuse-dev"
    1.23 @@ -16,9 +17,9 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	cmake -DCMAKE_INSTALL_PREFIX=/usr . && \
    1.29 -	make && make install
    1.30 +	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 @@ -27,4 +28,3 @@
    1.37  	mkdir -p $fs/usr
    1.38  	cp -a $install/usr/bin $fs/usr
    1.39  }
    1.40 -