wok-current diff unionfs-fuse/receipt @ rev 23507
joe, tig, udftools: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 11:10:51 2020 +0200 (2020-04-06) |
parents | 20661c276bcf |
children | 121468538a89 |
line diff
1.1 --- a/unionfs-fuse/receipt Sun Jan 27 17:42:10 2019 +0100 1.2 +++ b/unionfs-fuse/receipt Mon Apr 06 11:10:51 2020 +0200 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 -