wok-next diff unionfs-fuse/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents 7506b35e1c6f
children 89617d35ca0c
line diff
     1.1 --- a/unionfs-fuse/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/unionfs-fuse/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.3 @@ -3,10 +3,8 @@
     1.4  PACKAGE="unionfs-fuse"
     1.5  VERSION="0.24"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="unionfs-fuse is an effort to create a userland unionfs \
     1.8 -implementation that is way more flexible than the current in-kernel based \
     1.9 -unionfs solution"
    1.10 -MAINTAINER="slaxemulator@gmail.com"
    1.11 +SHORT_DESC="Flexible userland unionfs implementation"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://podgorny.cz/moin/UnionFsFuse"
    1.15  
    1.16 @@ -22,7 +20,8 @@
    1.17  	cmake \
    1.18  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.19  		. &&
    1.20 -	make && make install
    1.21 +	make &&
    1.22 +	make install
    1.23  }
    1.24  
    1.25  genpkg_rules() {